Skip to main content
October 13, 2012
Answered

opening an app from an url + parameters

  • October 13, 2012
  • 3 replies
  • 669 views

Is there a way to open an app from an url with parameters and read those parameters?

This topic has been closed for replies.
Correct answer Colin Holgate

You can edit the actual app descriptor file, no need to hack the contents of the IPA. In InfoAdditions you need to add in CFBundleURLTypes. Read this article about how it should work:

http://help.adobe.com/en_US/air/build/WSfffb011ac560372f7e64a7f12cd2dd1867-8000.html

3 replies

Inspiring
October 15, 2012
October 15, 2012

Now, i am using Flash pro to create my app, once packed it's tricky to mess up with the contents, is there a file i can edit, before rendering the app? for example is this something i can add in an xml file that is created in my app folder?

It starts with this:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<application xmlns="http://ns.adobe.com/air/application/3.4">

    <id>appID</id>

    <versionNumber>3.0</versionNumber>

    <filename>filename</filename>

    <description></description>

.....

Colin Holgate
Colin HolgateCorrect answer
Inspiring
October 15, 2012

You can edit the actual app descriptor file, no need to hack the contents of the IPA. In InfoAdditions you need to add in CFBundleURLTypes. Read this article about how it should work:

http://help.adobe.com/en_US/air/build/WSfffb011ac560372f7e64a7f12cd2dd1867-8000.html