Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When I submit my app to the Apple app-store do they see my source code? [closed]

When I submit my app to the Apple app-store do they see my source code?

like image 440
Shai UI Avatar asked Sep 11 '10 05:09

Shai UI


People also ask

Does Apple allow open source apps?

Open source software is at the heart of Apple platforms and developer tools, and Apple continues to contribute and release significant quantities of open source code.

What's a step you must take before uploading an app to the App Store?

Create an iOS distribution provisioning profile and distribution certificate. Create an App Store Connect record for your app. Archive and upload your app using Xcode. Configure your app's metadata and further details in its App Store Connect record.

How long does Apple App Store approval take?

On average, 90% of submissions are reviewed in less than 24 hours. You'll be notified by email of status changes. You can also check the review status of your submission in the My Apps section of App Store Connect or on the App Store Connect app for iPhone and iPad.

How hard is it to get an app on the App Store?

Typically, the App Store approval process takes anything between 1-4 weeks. But sometimes, it may take much longer than that. Be patient and await the verdict. In case you should get rejected, iTunes will also let you know the reasons for the same.


1 Answers

No.

You just submit an executable.

However, I'm pretty sure they check what OS symbols your app links to so they can make sure you're not using undocumented APIs, which could lead to security problems etc.

like image 178
Bob Murphy Avatar answered Nov 03 '22 00:11

Bob Murphy