Hello Everyone,
Recently i have uploaded an updated version of my application to iTunesConnect for iOS app store and i got following message from the App Store team
Dear developer,
We have discovered one or more issues with your recent delivery for “MyApp”. Your delivery was successful, but you may wish to
correct the following issues in your next delivery:
Non-PIE Binary – The executable ‘MyApp.app’ is not a Position
Independent Executable. Please ensure that your build settings are
configured to create PIE executables. For more information, refer toTechnical
Q&A QA1788 - Building a Position Independent
Executable<https://developer.apple.com/library/ios/#qa/qa1788/_index.html#/apple_ ref/doc/uid/DTS40013354>
If you would like to update your binary for this app, you can reject this
binary from the Binary Details page in iTunes Connect. Note that rejecting
your binary will remove your app from the review queue and the review
process will start over from the beginning when you resubmit your binary.
I am using few ANEs in my project,though i was able to successfully build and run my application on all devices,i am using Flex sdk 4.10 with AIR 3.8
I have already included '
<key>MinimumOSVersion</key>
<string>4.3</string>
' in my descriptor file.
Anyone having such experience with recent upload to iOS app store? any help would be really appreciated.
Thanks,
Chirag