Launch IOS app with parameters

0 favourites
  • 1 posts
From the Asset Store
Shark.io
$49 USD
Shark.io in the sea full of killer sharks, Sunday of life is the game. Who knows what is happening under the sea?
  • I'm looking for a way to launch an app on IOS with a URL including parameters.

    For associating a URL with my app I have added a URL type to the Info.plist section in xcode. That works. I can now launch my app when I click this link in safari on my iphone:

    <a href="myapp://">Launch my app</a><br/>

    I was hoping I could add a URL parameter to this link and retrieve it in the app using the QueryString or QueryParam expressions from the Browser object. Unfortunately this does not work.

    Update: When I launch the HTML version of the app with HTML parameters (e.g. mysite.nl/myapp?test=testing123) I can pick up the parameter without problems with queryParam. But the QueryParam expression does not work when I build the app for iOS.

    Does anyone know how I can pass a parameter to my app?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)