"Your app must provide a minimum OS version..."
Posted: Wed Jun 19, 2019 3:16 am
Currently trying to deploy my app to the App Store Connect. Using this LC lesson -
http://lessons.livecode.com/m/4069/l/33 ... -app-store
In Application Loader - I got the green tick and an "Uploaded package to the App Store" message. Champagne was flowing freely. Then I got onto my email to order a goat in to be sacrificed, and spotted an email telling me -
Dear Developer,
We identified one or more issues with a recent delivery for your app, "My App" 1.1.6 (13). Please correct the following issues, then upload again.
ITMS-90065: Missing Deployment Target - Your app must provide a minimum OS version your app can run on. This is set as the Deployment Target in Xcode.
Best regards,
The App Store Team
I'm confused because:
- In the Standalone App settings I've specified "9.0 or later" (see attached screenshot); and
- In My Apps Plist I can see -
<key>MinimumOSVersion</key>
<string>9.0</string>
It seems to me that I have already provided the "minimum OS version your app can run on". I can't understand why Apple is telling me that I haven't. Or is this Apple saying that I MUST create an XCODE project for my app, and that LC + Application Loader are no-longer enough on their own?
Anyone else encountered anything similar?
Thanks in advance
Kim
http://lessons.livecode.com/m/4069/l/33 ... -app-store
In Application Loader - I got the green tick and an "Uploaded package to the App Store" message. Champagne was flowing freely. Then I got onto my email to order a goat in to be sacrificed, and spotted an email telling me -
Dear Developer,
We identified one or more issues with a recent delivery for your app, "My App" 1.1.6 (13). Please correct the following issues, then upload again.
ITMS-90065: Missing Deployment Target - Your app must provide a minimum OS version your app can run on. This is set as the Deployment Target in Xcode.
Best regards,
The App Store Team
I'm confused because:
- In the Standalone App settings I've specified "9.0 or later" (see attached screenshot); and
- In My Apps Plist I can see -
<key>MinimumOSVersion</key>
<string>9.0</string>
It seems to me that I have already provided the "minimum OS version your app can run on". I can't understand why Apple is telling me that I haven't. Or is this Apple saying that I MUST create an XCODE project for my app, and that LC + Application Loader are no-longer enough on their own?
Anyone else encountered anything similar?
Thanks in advance
Kim