I'm having issues with openurl: For some reason I'm getting this error. Would anyone know how to fix that?
LaunchServices: ERROR: There is no registered handler for URL scheme (null)
I'm having issues with openurl: For some reason I'm getting this error. Would anyone know how to fix that?
LaunchServices: ERROR: There is no registered handler for URL scheme (null)
I am getting the exact same error. Ever since I first saw this error, I noticed that NONE of the deep links that open my app are calling
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
The deep links open the app but do not call that function. Has anyone ran into this?