-1

I want to open app from safari browser,for example passed testApp in URLSchemes under URLTypes.what is the deeplink html code from server side for callback URL and for testing app is opening in iPhone or in iPad.

For example for android

window.location = "intent://m.google.com/synctest#Intent;scheme=http;package=com.testApp.sync;S.browser_fallback_url=http://m.google.com;end;"
Smern
  • 18,746
  • 21
  • 72
  • 90
Sumit Chauhan
  • 73
  • 1
  • 8

1 Answers1

0

You simply use the URLScheme you defined. Say you defined MyApp and wanted to go to the homePage and pass in data, you might use something like this:

MyApp://home?customVar1=value1&customVar2=value2

Simon McLoughlin
  • 8,293
  • 5
  • 32
  • 56