This document is written for AIR application developers who do not want their applications to be tracked as AIR applications on the iOS App Store. All AIR iOS applications have application metadata inserted as png metadata into the application icons. This article describes the steps to remove the metadata and then repackage the application.
What's covered
In your application folder, locate the following files. These files are the icons with the metadata that you are going to remove. It's possible that your system doesn't have all these files, depending on which icons you specified in your application descriptor.
- Icon.png
- Icon-Large.png
- Icon-Small.png
- Icon-Small-50.png
- Icon@2x.png
Remove the metadata from each of the above PNG files. You can find a simple tool for removing the metadata at http://www.smushit.com/ysmush.it/. Upload your PNG files and download the results. It removes the metadata along with other optimizations. If you don' t like that tool, a search for "png remove metadata" returns a number of choices to accomplish the same result.
Import your Apple code signing certificate into the keychain. For instructions, see http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1779.html

