Domanda

I am reading http://www.raywenderlich.com/1371/iad-tutorial-for-ios-how-to-integrate-iad-into-your-iphone-app and I see that I need to set ios4 base SDK. In Xcode 5 laters base SDK is 7.0. How to set that and other params?

È stato utile?

Soluzione

That tutorial is nearly 4 years old. You definitely don't need to set iOS4 as base sdk. You should set base SDK as Latest iOS, and deployment target to the earliest iOS version you intend to support (I'd recommend iOS 7, but that's your call).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top