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
Related
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/
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.
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
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
I am a developer that doesn't have access to the microsoft ad platform for windows phone(not in the contries allowed to participate). What is the best ad platform(ported or native to WP) to work with in these conditions?
UPDATE i found AdMob wrapper for WP on codeplex. Is it a good solution?
try http://www.inner-active.com . It works even if our app is not published on marketplace.
I would say http://www.adduplex.com/ , since the authors are well known in the developer community.
I found following article regarding this topic it discussed multiple ads solutions and even some ads switching providers and controls
http://briankassay.com/blog/?p=169