Hi,
I'm trying to make connect command URL with callback URL back to my app but for some reason it gives me an alert:
When trying myapptoopen:// from Safari it asks me to open my app. I can open that URL from other apps and it will launch my app.
When providing URL to a webpage in callback URL it works flawlessly.
As specified in the SonicWALL mobile connect user guide, value of callbackurl parameter is URL encoded.
"The URL value of callbackurl must be properly URL encoded to ensure that Mobile Connect can process the callback URL correctly. All appropriate characters in values of parameters used in URLs are required to be URL encoded. For instance, to match a space, enter %20."
This is how connection command URL looks like:
mobileconnect://connect?name=test&server=test-server&username=test&password=test&domain=development.local&connect=1&callbackurl=myapptoopen%3A%2F%2F
What am I missing? What's wrong with my connection URL?
Thank you,
Najdan Tomic