Looking for a way to display Google Adsense in IPhone application - iphone

My client has saved lot of Google Adsense javascripts in his db and displaying in his website.
Now he wants to display those javascripts ads in his IPhone application.
Is there a way to do it?

Since Google Adsense is mainly for websites I think the better way might be to implement a mobile version of your website. I am not sure how it is going to look as most of the adsense JavaScript is configured to be displayed on a website and not on mobile website.

Related

Can we assume testing Facebook Web InstantGame will cover testing Facebook APP InstantGame as well?

We have an Instant Game for Facebook and we would like to test it on both Web and Mobile. We had already completed automation-testing it on Web with Selenium. Now before going deeper, we wonder if Web testing covers mobile as well. Since Facebook Instant Game platform is basically an iFrame that loads our code, we wonder if it differs. Does anybody have experience on testing FB Instant Games?
The platform (browser) is different, so no, not the same. Events are also different. (ex: Most phones don't generate hover...)

Test & Target not working with AMP or Facebook

I am running a Facebook ad campaign that links to a page that’s running an A/B test with adobe. If you go to the page via your mobile phone it works just fine, but if you click on it in Facebook the Facebook mobile browser strips ensigbten & adobe code. Is there a reason and/or work around for this?
The AMP framework from Google does not allow third party JavaScript execution which would include tag managers like Ensighten or Tealium. I'm not 100% sure but I believe the Facebook framework does something similar. This is done under the auspices of making the pages as fast as possible and lots of third party integrations tend to slow things down.

Adsense for web apps

Google has Adsense and Admob
Adsense is thought for websites that have a lot of text and content (eg. blogs)
Admob is for mobile apps
But what about web apps?
I have made several free-to-use web apps that are used daily because they help people do things (eg. convert something from one format to another) but they have no paragraphs and little text. Sometimes they are just a form input asking for a file and then the web app returns an output file.
How can I put adsense in these web apps?
I tried to apply for the Adsense program with my homepage but it got rejected. My homepage has a link to each of these web apps and a little description (eg. "A web app for converting XML to PDF", etc)
The rejection email says:
We did not approve your application for the reasons listed below.
Issues:
Insufficient content:
To be approved for AdSense and show
relevant ads on your site, your pages need to have enough text on them
for our specialists to review and for our crawler to be able to
determine what your pages are about.
So... as I see it: To be able to use adsense I will need to create a .com or .net (ie: a first level domain, as needed by Adsense) and fill it with "enough text" and "content".
But what content though? Should I invent content? should I write about my cat?
Writing is not my business. I do web apps.
Google thought on writers and provided Adsense for them.
Google also thought on mobile developers and provided Admob for them.
How should I proceed?
As you commented adsense requires you to publish "enough" content, this is quite subjective because it doesn't say how much is enough for them. I would recommend you to try carbon, I have used it to monetize my webapps and I have not had any problems.

Can Facebook's "Single Sign On" be achieved within a mobile web app?

It's my first posting on here (although I've been using this site for reference for quite some time).
I've been trying for several days now to find or dream up a way to use Facebook's "Single Sign On" from within a mobile web app (not a native iOS or Android app) to automatically sign a user into a web app if they are already logged into Facebook from the native Facebook app on their mobile device for example.
My limited knowledge is telling me that it can't be done since the mobile browser and the 'system' (iOS for example) are too separated (I can't, I don't think, have my mobile web app use or access the native Facebook app on a mobile device in any way).
I have found and read the iOS, Android AND Mobile documentation provided by Facebook (https://developers.facebook.com/docs/guides/mobile/) which all seems to make enough sense, but after days of trawling through everything else I could find on the subject there doesn't seem to be a way to use, for example, the Facebook app on an iPhone or Android device to automatically log a user in to my web app if he/she is already logged into Facebook.
I've read lots about doing this from within 3rd party native apps and also other people trying to achieve a similar thing from within Desktop apps but I'm trying and hoping to be able to achieve this from a web app running within a mobile web browser.
I'd be very grateful for any help, opinions or pointers in the right direction since I think this would be an excellent step forward in UI for mobile web apps to have (not just the native apps).
Many thanks in advance...
Probably a bit late to the party but in case anyone else is wondering yes it's possible with Cordova/Phonegap and the Facebook Connect Plugin: https://github.com/davejohnson/phonegap-plugin-facebook-connect/
Using the FB.getLoginStatus() method at startup allows to check if the user is already signed in with the native Facebook App and retrieve its profile. More details in the examples provided in the repo.
I have not yet implemented it myself, but seems possible according to:
http://developers.facebook.com/docs/mobile/web/build/#login

How to enable "Adsense for mobile devices"?

On my site, I've got a standard 336px ad unit. I just viewed the site on blackberry and noticed that the ads dont show there.
What's the skinny on how to enable adsense ads on mobile devices? Would I have to recode my WordPress theme to display mobile ads instead of the large rectangle or can this be automatically handled by the adsense script somehow?
I think that the problem is for sure not in the wordpress theme. If you see the ad in normal browser you should see it in your phone's browser too.
Do you see adsense ads on other sites using your phone?