Using AdMob with Windows Store apps - mobile

There is a restriction in Google Adsense posted here that says:
The use of AdSense for mobile in a mobile application is a violation
of AdSense policies. A mobile application constitutes any downloadable
application, even if a WebView is used to display the ad. Any AdSense
for mobile ad units found in mobile applications will be disabled. If
you’re looking for an advertising solution for your mobile
application, please sign up for AdMob, Google’s leading mobile
advertising display product.
So if I read this correctly Windows Store Apps that run on laptops are considered mobile apps aswell?
But my main question is. Am I allowed by Google to use Admob in Windows Store apps and Where can I find the SDK?
I tried using Microsoft PubCenter. But it shows no advertisements to people that downloaded my app so I am looking for an alternative to monetize my app

Related

Responsive website into app or Hybrid mobile app?

So after too many searches I decided to ask this question.
First of all I'm building a mobile app using angularjs in my website (Online) not localhost. The app is a kind of a CRM based (CRUD mostly).
I have the cordova mobile application ready. I have a few questions here.
Is it acceptable, if I use the website URL directly in the inappbrowser URL (Like an iframe)?
Or. Should I need to put the angularjs files inside the www directory of the cordova app and access the server functions via API?
Which way is preferable? Why?
Will there be any performance differences?
If the No.1 is not a best practice, what is the major drawback on using the inappbrowser?
You can build Hosted Web App in an Apache Cordova:
For this scenario, you use a thin Cordova client (think of it as a web
browser embedded in a native app) that automatically redirects to your
Web site.
See also: Wrapping an existing web application in Cordova.
Other option: PWA.
From Wiki:
Progressive web applications (PWAs) are web applications that load
like regular web pages or websites but can offer the user
functionality such as working offline, push notifications, and device
hardware access traditionally available only to native applications.
PWAs combine the flexibility of the web with the experience of a
native application.

How to convert Ionic mobile to web app

Say I have an existing mobile app built on Ionic. Now I need to have a website version of the app so users can access it via desktop too.
Is there any documentation that suggest this is possible?
I think you're looking for Progressive Web Apps. Ionic does cater for such, just google for the term "Ionic PWA" example below.
http://blog.ionic.io/navigating-the-world-of-progressive-web-apps-with-ionic-2/
https://blog.saddey.net/2016/07/03/using-docker-to-create-ionic-2-pwa-developer-environment/

What is the main difference between Admob and AdSense

I have a news website with more than 10,000 page views. I have also adsense enable on the site and earning from the same .
Now i m planning to develope an app for my website .
How can i monetize my news app ? i heard , adsense is not allowed on mobile apps.
Do i need to sign up for admob , i already have a google adsense account.
Is it against google term and condition to earn from website as well as mobile app.
As far as i know , adsense is for website and AdMob is used for native applications, will my adsense revenue decrease if i develope an app for my news site !
thanks a lot !
As you said admob is for native apps, adsense is for websites. So if you want to monetize your apps you need to get an admob account. It is not against google terms and condition to earn from website as well as mobile app, you can do both. All you need to do is to get an admob account and put your ads into your app. Then you can start earning from your app as well.
I hope this helps!
As you mentioned that AdSense is for websites and AdMob is for Mobile Applications. You can use both at the same time, it is not against Google's terms and conditions. You will be required to register for a new AdMob account and then link that account with your application by integrating AdMob SDK into your application. There will not be much impact on your revebue generated by your website.

Web Portal with Desktop/Mobile Version. What are recommendations?

I am thinking develop a web portal with a desktop. This portal will be used in mobile phones and as one of its requirements is to work offline and when you are online, synchronize data, I think it must be a native version for Android and iOS. What is the framework that advise to develop one application and generate an Android application and other iOS?
The idea is to try to enjoy the same logic of development for desktop and mobile. I have experience with AngularJS but do not know whether it will help in the mobile.

Which Flurry SDK Should I Use With Phonegap

I am installing Flurry into a Phonegap application so that I might collect better in app analytics. I've seen numerous cordova plugins allowing you to use Flurry's iPhone and Android SDKs with Phonegap
e.g. https://github.com/jfpsf/flurry-phonegap-plugin
However Flurry has released a Mobile Web SDK. I assume the Mobile Web SDK is easier to integrate with a phonegap application, however I'm concerned that it is not as full featured or ill suited for working with phonegap. Can anyone comment on which SDK should be used in this situation? Many thanks.
Posing the question to Flurry's support team I received the following reply:
"The Mobile Web SDK tracks devices on the basis of cookies. The native SDK's track it on the basis of device id.
Apart from that, the mobile web SDK doesn't provide metrics like carrier, device and OS metrics. The native SDK provides those.
Crash reporting is not supported on the Mobile Web SDK. The native iOS and Android SDK's provide that."
Ergo, the SDKs are not created equally. One should use the native SDKs whenever they have the opportunity.

Resources