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).
[[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
Post a Comment