swift - iOS version affecting app download -


i submitted app app store , approved, appears i'm 1 can download it. i've asked family , friends download on devices message saying along lines of

"ios version 8.3 or later required."

this problem because limits amount of downloads, there way around allow users version of ios download app?

i appreciate help, thank you!

you can change ios deployment target in project build settings

project

or set deployment target of each target (general settings).

target

you should able lower down 7.x swift-written application.

make sure don't api specific ios 8.x or handle correctly.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -