I use third party SDKs in my game. Google Admob to show ads in my game and Microsoft App Center Push so that the user can receive push notifications.
How should I mention Google Admob and Microsoft App Center in my game? Is it necessary to mention the licenses? Under what license can I use Google Admob And Microsoft App Center in my game?
Admob
App Center
when the Game is starting call the admob and the AppCenter Init Function.
it's necessary to mention the Key so you can see use the services.
you need an AppCenter Key + Admob Key
Related
Me and my friend make android games and have published several games on google play. Those games use my friend's admob account for earnings (linked to the game on google play).
But now i want to use my own admob account.
So my question is can i simply remove the app id of my friend's admob account and replace it by my own. And update the game on same play developer account.
Or is this a violation, that i'm using two admob accounts in one google play developer account. But the second account is now mine (not even got suspended)
Yes you can. Simply change application id and ad ids and upload new release build. Do not forgot to update appads.txt location on play store developer dashboard to the place that you published appads.txt of new account.
I made an Android app which has Admob ads and I stopped publishing my app from a spesific country. But there are 17 people which have already downloaded my app from this country.
Now, what happens to them after the stop publishing my app from their country?
Can I still make money from their ads click?
Is my app going to remove from their devices automatically?
They still will see your ads (and click).
Admob and Google Play are different services.
The apps will still contain your app. Google Play is just a shop.
I am working on Gimbal Beacons. I have registered my gimbal beacon on Google Beacon DashBoard. Now I can receive notification on any android device using my gimbal beacon. Now I want to do the same thing for iPhones. So that when an iPhone user opens bluetooth in beacon's range then a notification is received on iPhone. Please help me..!
Apple does not have an equivalent of Google's Nearby functionality that allows Android devices with Google Play Services to receive notifications when a beacon is in vicinity without a third party app installed.
On iOS devices, a third part app is generally required to send notifications for nearby beacons. Only one built-in app and one fairly common add-on app allow on iOS respond to third party beacons:
Passbook: if a user has installed a pass associated with a beacon, a notification will be displayed when it is nearby.
Google Chrome: responds to Eddystone-URL beacons if the Chrome Today widget gas been enabled. (Very few iOS users have Chrome and enable this.)
Other than the above, you need a third party app to make iOS respond to beacons.
I have create a game in cocos2dx and integrate google admob for iOS and Android.
now I want to integrate google admob in this cocos2dx game for Windows Phone 8.
How I can do this?
Please help me to resolve this issue.
Your game needs to be built from the WP8-xaml template rather than wp8.
Do you want banner ads or interstitial? For banner ads, once you've created a template it's straight forward, just follow the instructions on the admob site once you've got your WP8-XAML template app up and running.
I have a free windows phone app and I want to generate revenue from advertising. I choose google admob to do this task, but when I add my app to admob system, there is no choice for windows phone app. There is only choice for android and iOS. I know that the google admob has the sdk for windows phone 8 but how can I register my app to get Ad ID?
You can use the "unit ID" in your application as a Ad ID.
// "MY_AD_UNIT_ID" with your interstitial Ad unit id.
private InterstitialAd objInterstitialAd;
objInterstitialAd= new objInterstitialAd("MY_AD_UNIT_ID");
Here is the useful links for the same:
Register your app
Create an ad unit
Hope it helps
Admob doesnot support ad units for Windows phone in some countries. Thats why, it is not showing that option.
PS: not in India as well.