How to add and support iOS7 for iOS8 compatibility version in xamarin

My app is already in the App Store. It is only compatible for ios 8.0. When someone with an earlier version tries to download the app, they get this message: "requires ios 8". My code is already checking for different ios versions when loading resources. But what do I need to do in Xamarin and iTunesConnect to add minimum OS version 7 instead of 8?

+3


source to share


1 answer


In the IOS app settings for the project, set the "Deployment Target" to 7.0



+1


source







All Articles