Skip to main content
Inspiring
July 11, 2011
Question

Convert to iOS and how to test ios application

  • July 11, 2011
  • 2 replies
  • 757 views

Hi

I did desktop application contain external swf and video. That application will load the swf/video based on the user action.

How can i convert this application to iOS. In iOS, is it possible to load external file.  After complete how can i test the application?

Thanks

Regards

Balasubramaniyan.S

This topic has been closed for replies.

2 replies

July 11, 2011

Considering the technical side:

- You need to register at Apple and pay 99€ a year for a developer license

- You need to create a provisioning profile for your application

- You need to setup an iOS specific App-Descriptor for your application

- You need to call the packager-for-iphone (it ships with the 2.6+ AIR SDK, which you have to merge with a Flex 4.5+ SDK), passing in the .swf, the App-Descriptor, the provisioning profile, your dev-certificate and finally assets like icons, etc.

But I doubt you can easily "convert" your app. There surely will be some issues considering the screensize and more important, performance.

Inspiring
July 11, 2011

Thanks guys for the response,

Marvin Blase, is there way to test without developer license?

Thanks

Regards

Balasubramaniyan.S

relaxatraja
Inspiring
July 11, 2011

There is no way to test without developer license.

relaxatraja
Inspiring
July 11, 2011

You can call external files in ios, but without the script. (External files should not contain script even a stop()).