objective c - How to programmatically register a custom URL scheme? -


Is it going to be possible to add / remove custom URL schemes for my app? Currently CFBundleURLSchemes is set in Property Info.plist

Not according to the answer, the programmatic form of custom URL schemes You can not register with them, you must specify them in info.plist . (But using LSRegisterURL , you can do ask for launch services to reload your app's info.plist , if You change the program. But it's ugly.).

Comments