Home » How to Sign Adobe Air Application using Flex SDK
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)

Discover steps sign your Adobe Air applications using the Flex SDK.

Before starting, get the Flex SDK & ADT application

adt -package -storetype pkcs12 -keystore -storepass password ExampleApp.air ExampleApp-app.xml ExampleApp.swf

Note:

  • The full path to the p12/PFX which contains your Code Signing Certificate is
  • password represents the password for Code Signing Certificate.

Now, go to the directory Flex SDK\bin and run this command: