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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -