Hi Adobe, We have been using Adobe AIR Sdk 26 for years, our last updated to iOS apps was on 13th Dec 2017, after the 13th Dec 2017 update we published another update on 25th April 2018 and our iOS app was rejected due to following reason. =================================================================================================================== Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public APIs: _IOPSGetPowerSourceDescription, _IOPSCopyPowerSourcesList, _IOPSCopyPowerSourcesInfo The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store. Next Steps If you are using third-party libraries, please update to the most recent version of those libraries. If you do not have access to the libraries' source, you may be able to search the compiled binary using the "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These tools can help you narrow down where the problematic code resides. You could also use the "nm" tool to verify if any third-party libraries are calling these APIs. Resources For information on the "nm" tool, please review the "nm tool" Xcode manual page. If there are no alternatives for providing the functionality your app requires, you can file an enhancement request. =================================================================================================================== After I checked the Adobe AIR latest SDK 29 release notes I see the issue has been address on 13th April 2018 release, below is the reference for the release notes. My question is that if I update the AIR SDK from 26 to 29 latest update and submit my app back again to Apple Developer Console, will it be rejected or approved? Release Notes Flash Player 29 AIR 29 April 13, 2018 In today's release, we've updated the AIR SDK to resolve an issue impacting applications being submitted to the iOS app store. Developers looking to publish their applications with Apple should build against this updated SDK. April 13, 2018 AIR [iOS] Fixed issue when submitting applications to the Apple App store due to non-public API usage
... View more