ios - How to implement URL Schema in my application? -


i have implement required things in application enable url schema, , working fine. want open application safari. have pass 1 url parameter : https://www.myurl.com/signup/callback?signupcode=123?id=20. want open application whenever press on link. not working.

please suggest me can achieve this. added required tags in .plist file (see below screenshot reference).

plist infomation

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"https://www.myurl.com/signup/callback?signupcode=123?id=20"]]; 

this actual code. hear link (https://www.myurl.com/signup/callback?signupcode=123?id=20) not working. problem accure.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -