Monday, December 26, 2016

Getting Device Ids for AdMob

4:18 AM Posted by Kerim , , , , 2 comments
When using AdMob in our projects, be it a Unity game or an app, we better test our ads on a real device besides emulators. But to comply with the AdMob policy, we need to add the tester device's Id as a test device in our AdMob code. But how to find our device's Id? iOS When we create an ad request in code, we can add test devices too. For Objective-C:  GADRequest *request = [GADRequest...

Monday, December 19, 2016

Advertising in your Unity game

5:37 AM Posted by Kerim , , , No comments
We, developers, want to earn some money from what we've developed, an app or a game. So one of the ways of earning some money from your games is to publish advertisement. There are lots of advertisement networks out there but I think the first one that came to someone's mind is AdMob. It's Google's...