CCAvenue Xamarin android ToolKit - xamarin

Hi every body I need to integrate CCAvenue payment gateway for my Xamarin android project, I am unable to find any sample code to get this.
Any body please provide CCAvenue Xamarin android Tool Kit.
Thanks in advance.

CCAvenue don't appear to officially support or provide sample code for Xamarin, however the integration process is described in their Mobile Integration Toolkit:
https://mars.ccavenue.com/downloads/Mobile_Integraion_Kit.zip
You could re-use (or re-write) the Android or iOS sample code in C#. I wrote an answer which describes at a high level the two methods to which you can integrate with CCAvenue
https://stackoverflow.com/a/30121414/1359646

Ccavenue does not provide the integration source code to enable the payment gateway for xamarin. However there are developers who can write a source code for implementing the ccavenue. Here is one from the official xamarin website.
https://components.xamarin.com/view/ccavenue

Related

Need to integrate QuickBooks mac version with my Asp.Net Web Application someone please guide me the steps and how I can achieve it

Need to integrate QuickBooks mac version with my Asp.Net Web Application someone please guide me the steps and how I can achieve it. The main functionality I need to add the invoice into QuickBooks db(files) when its is generated in my system and if updated status should revert in system back and update the status of that invoice.
QuickBooks for Mac does not support any sort of integration or API.
You will need to use QuickBooks for Windows or QuickBooks Online instead.

Can anyone recommend a good tutorial for XAMARIN Forms (3.3/4) integration with SignalR for chat purposes?

It seems that most of the content out there is out of date for XAMARIN with SignalR integration.
Here is one tutorial from James Montemagno: https://montemagno.com/real-time-communication-for-mobile-with-signalr/

Revel payment for Xamarin

In my Xamarin forms application, I need to integrate Revel Payment gateway. Does revel payment supports Xamarin platform?
http://revelsystems.com/
There isn't a lot of information about this, and Revel's website doesn't explicitly mention any access to API's or SDK's that might allow you to do this. The only thing i came across is a company called Apiant (Website here) that apparently offer consultations on how to create workflows that link xamarin unified and revel systems. That said though I couldn't find any information on how you would do this yourself.
I suspect this is a question best suited for 'RevelSystems' and not the wider community of stackoverflow.

Xamarin forms Google Ads Service

I need to integrate Google ads service in my Xamarin forms application. I can only found android support for this. Is there any way to implement Google ads service in Xamarin forms(iOS,Android and Windows Phone)
I would look at Admob.
I personally have had a really nice experience with integrating it.
The integration is quite nice and there are some great tutorials on how you can create a banner ad.
Check out the following tutorial on how to create a Xamarin Forms AdView with Admob:
Tutorial
If you have any questions more than happy to help.
Hope this helps

Authorizing A Native WP7 Applications Using Facebook C# SDK

I have just installed the Facebook C# SDK in my WP7 application using NuGet, so I am sure it is the latest version. However I can't seem to find any documentation for WP7 anywhere... All I am trying to do is authenticate the user using Facebook to gain their Facebook ID. Can someone please tell me how I can do this using Facebook C# SDK or link me to an article that explains this that is up to date.
Thanks,
Alex.
Per the C# SDK's Documentation, you do the authentication using the Javascript SDK and then AJAX it to your server.
See the "Obtaining an Access Token" section of http://csharpsdk.org/docs/web/getting-started.html
Did you see the answers at How to get started with the Facebook C# SDK for WP7?? They seem to provide samples / examples / walkthroughs

Resources