Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Apple reject app if app submit with Enable_Bitcode = No

Tags:

ios

bitcode

My app has a lot of third party libraries and social plugging that are not available in bitcode yet. So I can't compile my app with the allow Enable_Bitcode = YES. So I changed it to NO, will Apple approve my app for iOS 7.x-9.x?

enter image description here

like image 235
Vicky Avatar asked Dec 10 '15 11:12

Vicky


2 Answers

No. Not yet for iOS apps.

From the Apple Developer Guide:

For iOS apps, bitcode is the default, but optional. For watchOS and tvOS apps, bitcode is required. If you provide bitcode, all apps and frameworks in the app bundle (all targets in the project) need to include bitcode

Advantage of turning BITCODE on:

Bitcode is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled and linked on the store. Including bitcode will allow Apple to re-optimize your app binary in the future without the need to submit a new version of your app to the store.

like image 143
kvimbi Avatar answered Oct 18 '22 23:10

kvimbi


Apple will not reject such application, it's just your decision enable bitcode or not.

like image 3
Igor Avatar answered Oct 18 '22 23:10

Igor