Hi how do I do debugging with windows for iOS? I've signed up for the Apple developer program. What's the next step? Adobe's site has some information but is too old. There are many options in the Apple developer portal.
I've followed Adobe's instructions here under the "USB debugging procedure for iOS" in the past: https://help.adobe.com/en_US/air/build/WS901d38e593cd1bac7b2281cc12cd6bced97-8000.html
It does require you having your development certificate from Apple saved as p12, and provisioning profile set up to use when compiling with ADT.
If this is the first time you build an iOS AIR app on Windows, here you will find a tutorial on how to create certificate and provisioning profile: https://web.archive.org/web/20160704135940/http://www.adobe.com/devnet/air/articles/packaging-air-apps-ios.html
Apple's website layout has changed a bit since then, but the steps are the same.
Thank you, this is working.