Hello.
I am integrating AdMob through Fabric on my app.
I have a Question for you.
To alloc an ad I am using this line of code:
self.adView = [[MPAdView alloc] initWithAdUnitId:@“0fd404de447942edb7610228cb412614” size:MOPUB_BANNER_SIZE];
I would like to use my own AdUnitId and not a test Id, but to do that, I have to go to
https://app.mopub.com/inventory/app/create/
and create one. Unfortunately, I need the iTunes URL but since my app is not published yet, how can I do?
I am looking forward to your answer.
Thank you.