AppStore Limitation to publish iOS app using Python script

Will there be any restrictions/Limitations on publishing iOS applications that internally run Python scripts on the App Store during the Apple Review process?

Answered by DTS Engineer in 768599022

App Review has a complex relationship with apps that download and run code. I’m not even going to attempt to summarise that here. I recommend that you read the App Store Review Guidelines.

However, if your app only uses the Python code internally — that is, the Python code is embedded in your app and there’s no way for you or the user to download or inject additional code — I don’t think you’ll have a problem.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

App Review has a complex relationship with apps that download and run code. I’m not even going to attempt to summarise that here. I recommend that you read the App Store Review Guidelines.

However, if your app only uses the Python code internally — that is, the Python code is embedded in your app and there’s no way for you or the user to download or inject additional code — I don’t think you’ll have a problem.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

AppStore Limitation to publish iOS app using Python script
 
 
Q