Open a Native AIR app via URL?

前端 未结 3 940
被撕碎了的回忆
被撕碎了的回忆 2021-01-02 17:42

I\'d like people to have the ability to launch a Native AIR app via URL. My AIR app would read some parameters on it and open to the correct state.

So the use case w

3条回答
  •  滥情空心
    2021-01-02 18:07

    for iphone you should use an Url-scheme http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html

    for android you should edit the AndroidManifest.xml like this

       
        
            
            
            
            
        
       
    

    You can find more answers here How to implement my very own URI scheme on Android

提交回复
热议问题