"Your app must provide a minimum OS version..."

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
KimD
Posts: 225
Joined: Wed Jul 08, 2015 5:51 am

"Your app must provide a minimum OS version..."

Post by KimD » 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
Attachments
Screen Shot 2019-06-19 at 2.00.58 PM.png

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: "Your app must provide a minimum OS version..."

Post by sphere » Wed Jun 19, 2019 9:19 am

I only tested on local devices and never to to the Apples soter.

But did you create a Provisioning Profile in Xcode? for your project?

This Provisioning Profile you then have to select when creating the standalone build.

http://lessons.livecode.com/m/4069/l/10 ... ng-profile
http://lessons.livecode.com/m/4069/l/32 ... le-for-ios
http://lessons.livecode.com/m/4069/l/30 ... le-for-ios

KimD
Posts: 225
Joined: Wed Jul 08, 2015 5:51 am

Re: "Your app must provide a minimum OS version..."

Post by KimD » Wed Jun 19, 2019 10:28 am

Thanks for the suggestion.

I created the Provisioning Profile on the Apple Developer website, then downloaded it into XCode.

Tomorrow I'll try the alterative and create it directly in XCode.

Regards

Kim

Post Reply