GuJEMSAdTech / gujemsiossdk

G+J e|MS iOS Advertising SDK, based on Google Ads SDK
6 stars 5 forks source link

GoogleAds-IMA-iOS-SDK-For-AdMob only supports iOS8+ #8

Open tschob opened 7 years ago

tschob commented 7 years ago

The current version of GoogleAds-IMA-iOS-SDK-For-AdMob only supports iOS8+.

In order to be able to build a project which integrates your SDK either an older version of GoogleAds-IMA-iOS-SDK-For-AdMob should be specified in the pod spec or the min version should be set to iOS 8. Otherwise the project can't be build as GoogleAds-IMA-iOS-SDK-For-AdMob requires iOS8.

tschob commented 7 years ago

bildschirmfoto 2016-11-24 um 11 24 31

daniel-gerold commented 7 years ago

@tschob which project/app are we talking about? Possibly the IMA SDK can be omitted as it is only used for preroll/video outstream advertising. This decision is based on the sales concepts (e.g. "only banners").

tschob commented 7 years ago

@daniel-gerold The gujemsiossdk pod can't be compiled because the min SDK Version 7 conflicts with the min SDK Version 8 from the dependency GoogleAds-IMA-iOS-SDK-For-AdMob.

daniel-gerold commented 7 years ago

@tschob : if IMA SDK is not needed (this depends as said on the sales concept for your app), we can provide a bundle without it. So whats the app you are working on?

tschob commented 7 years ago

We can and will use the GoogleMobileAds SDK directly now. I just wanted to share that the current pod isn't compilable.

daniel-gerold commented 7 years ago

Ok! As this is the first request ever for support <iOS8, we whill check on the possibilities to grant compatibility.

tschob commented 7 years ago

Actually we don't need support for <iOS8 devices, it's just that the pod isn't working bacause it defined iOS7 support but the subdependency doesn't provided it too.