App Store build beta testing available

You have already received an answer from me.

1 Like

I am so confused what?????

Please do not ask the same question in multiple topics.

1 Like

Hello I'm trying to find out if mitt can develop for iOS for Apple plays store I am have a hard time finding answers

Hello I can't find out how to develop for iOS in MIT app inventor or if it is even possible

Please don't spam the forum with the same question over and over again.

I messaged you because I've found multiple conversations about using mit for iOS. From what I understand under build there should be the option for this but there is only for android

grafik

Thank you kindly I very much appreciate this information there is not very many places I was able to go to find help on this your help is appreciated.

If you don't mind telling me. How do I access the beta option. Under my current version I'm using there is no such option

How about you read carefully first and then ask questions.

So now for the 5th and final time:
https://iosbuildservertest.appinventor.mit.edu/

1 Like

Thank you

:pray:

Hi I'm new on this forum. I'm developing with my students an app with app inventor, we have created the ipa and then created an account as Educational on Apple developer.
I'm trying to add the ipa to Transporter to create the Build because we want to distribute it on Apple Store. But it tell us this error:
The provided entity includes an attribute with a value that has already been used (-19232)
La versione del pacchetto deve essere superiore rispetto alla versione caricata in precedenza: “1” (ID: 45f7b8c4-4ca2-42c9-a982-b5f2047268a3)
I've found on other forum that with this errore we have to change some stings but I can't open the ipa on Xcode .
Could you help us?? many thanks

Every build needs to use a new VersionCode when deploying to the App Store. You need to go to Project Properties > Publishing > VersionCode and increase the number by 1.

Thank you so much. I could verify and apparently upload the app on the App Store, But when it seemed ok....other 2 errors occurred. Many thanks for your support.

Invalid Swift Support. The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. (90426)

Missing purpose string in Info.plist. Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “PlayerApp.app” bundle should contain a NSBluetoothPeripheralUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you’re using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. For details, visit: Requesting access to protected resources | Apple Developer Documentation. (90683)

I've pushed a new version (ios-buildserver-2.64.6-12) that should fix the errors from Apple related to Bluetooth permissions. The relevant properties have now been added to the Project Properties dialog.

I've just compiled the project properties and the second error has disappeared. Not the first one, I keep trying...thanks very much

I do not get the first error that you've posted. Can you tell us more about your project? Does it happen even with an empty project?