How do I integrate ad providers with a PhoneGap App (for windows phone)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would think there are a couple of answers to this. One is to edit the XAML page, add the normal silverlight control to the page. This would require you to fiddle with the provided xaml from phonegap. This would give you access to the MS Ad Control and Google’s Ad control for .net. At the end of the day, PhoneGap is just a silverlight page, with a browser control in it. So you can still edit that page, but you have to make sure you don’t screw up the PhoneGap libraries and page.
The other solution is to find an html based ad control. Although this might not be possible with your ad provider.