views:

370

answers:

2

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 ?

A: 

I know you can add .ipa files to iTunes, and .app has always been a desktop application as far as I know :)

spamoom
is it possible we can move .app format to app store . Could explain briefly ?
R.Vijayakumar
I'm not too sure what you mean, but the AppStore won't use .app files. It will use *ipa file, which is the zipped form.
David Schiefer
+1  A: 

Disclaimer: my answer comes completely from digging around the files themselves.

.apps are application bundles. They contain the executable file, an Info.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.

.ipas are archives that contain .app bundles as well as some other files meant only for iTunes to use, for instance iTunesArtwork. 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.

And also is it possible to develop iphone application in Adobe flash professional cs5?

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.

BoltClock
Thank you very much for your information BoltColock . Could u tell me is it possible we can get output of application (.app) format using Adobe flash professional cs5? This is very important; if you clear me i'll be very happy
R.Vijayakumar
You can always use WinZip or similar to open the `.ipa` that Flash creates for you, but I'm not sure if you'll find an `.app` bundle inside (on Windows the app bundle appears as a folder). I guess you should, but I don't know how Flash exports `.ipa` files at all.
BoltClock
we can't open similar like winzip of ipa format in windows , Any have Thanks lot BoltClock .
R.Vijayakumar
*3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited).*
phwd
as far as I am aware, it is forbidden to make iPhone apps in Flash CS5, there was a major argument going on about it in the last few months - so the chance of your app getting approved is zero if compiled using Flash.
David Schiefer
@David Schiefer is right please do not ask any more questions about this. You can do testing. But as said... many many times across the internet, the iPhone app will never be accepted by the App Store. The correct way will be to publish using .ipa (desktop would be easiest place) , drag the file to itunes with your iPhone connected and Sync. Here is a video showing the process http://www.gotoandlearn.com/play?id=116
phwd
Edited my answer to clarify that creating the `.ipa` is possible but App Store publishing is a straight no. Props to both of you.
BoltClock