I have my application developed in Objective-C running on iOS 9 and before the update to 9.0.2, my app worked normally.
Update 20/10
I tried many times, but still doesn't work, I need to call the url:
cielomobile://pagar?urlCallback=appcliente://retornopagamento
but I am aways receive the message:
- error: "This app is not allowed to query for scheme cielomobile
This is my info.plist:
What is wrong?
You need to use URL schemes. Try loading the URL fb://
and watch facebook open or tel://
and watch the phone app open.
App2 needs to have a URL Scheme
assigned in its' info.plist
http://www.idev101.com/code/Objective-C/custom_url_schemes.html
Then, if you're iOS9+, in info.plist add the following dictionary: