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

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -