i tried Adobe flash professional cs5 based to develop iphone application in windows os but when i publish it's out will be .ipa format , so is it working properly in iphone ? so could u know about ipa and app please explain me . And also is it possible to develop iphone application in Adobe flash professional cs5 and how can we get .app format ?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Can not export audiofiles via “open in:” from Voic
- XCode 4.5 giving me “SenTestingKit/SenTestKit.h” f
Disclaimer: my answer comes completely from digging around the files themselves.
.app
s are application bundles. They contain the executable file, anInfo.plist
file, an icon, a launch image, and some other application resources. Application bundles are the only ones that actually get installed onto your device..ipa
s are archives that contain.app
bundles as well as some other files meant only for iTunes to use, for instanceiTunesArtwork
. They are how iTunes manages applications, and as far as I can tell have little to do with the applications themselves other than App Store information.I haven't worked with Flash CS5's export to iPhone feature, but you should be able to just drag your
.ipa
file to iTunes and it'll appear in the Apps list.It is possible in the sense that your iPhone software won't crash permanently or something, but as phwd and David have said, your app will not make it to the App Store.