Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Queries on Admob on iOS — Gideros Forum

Queries on Admob on iOS

private_kennyprivate_kenny Member
edited April 2015 in Game & application design
I now uses this version of Gideros, 2015.3
After exporting to xCode with Ads Integrated.

I downloaded the ads plugin here:
https://github.com/gideros/giderosplugins/tree/master/Ads

I try following the procedure (IOS Installation) here:
http://docs.giderosmobile.com/interface/ads

I realised that the following
/Plugins/Ads/Admob folder
/Plugins/Ads/AdsAdmob.h
/Plugins/Ads/AdsAdmob.m
cannot be found.

instead they are found in
/Plugins/Ads/framework/AdsAdmob.h
/Plugins/Ads/framework/AdsAdmob.m
/Plugins/Ads/framework/GoogleMobileAds.framework -- Not sure if this is correct

Do I need to move them up a hierarchy?
Or do I build directly?

I faced a problem when building directly.
Under AdsRevMob.h
#import , RevMobAds.h not found

Comments

Sign In or Register to comment.