Skip to main content
Participant
September 26, 2011
Question

Native alert on ios

  • September 26, 2011
  • 2 replies
  • 4211 views

Hi

Is there a way to use native alerts on ios devices using AS3? If its posible, hen ofcourse - how?

I've read something about native extensions available in air 3.0 but thats not available for mobile devices, is it true? If so, when will it be available?

This topic has been closed for replies.

2 replies

Wolfgang Klopf
Inspiring
October 21, 2011

Hi,

here you can download the Native Alert for iOS extension:

http://extensionsforair.com/extensions/inativealert/

September 26, 2011

It is available on Mobile Devices also. And you can use the same to display native alerts on iOS.

okislevAuthor
Participant
September 26, 2011

mmmm thanks...

how do I display native alerts using AS3?

and - where can I learn more about usage of air features - example code, tutorial, reference, anything?

September 26, 2011

Hi:

http://www.adobe.com/devnet/air/native-extensions-for-air.html here you can find some sample native extensions for iOS and Android which can get you started. You should also read http://www.adobe.com/devnet/air/articles/extending-air.html first which explains the different components of an air extensions and steps to package and utilize them. To actually try out you can take AIR 3.0 SDK from labs which has this feature.