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
or set deployment target of each target (general settings).
you should able lower down 7.x swift-written application.
make sure don't api specific ios 8.x or handle correctly.
Comments
Post a Comment