You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for great lib
I encountered a problem with iOS features
sinse iOS 11 method - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options
return url.host lowercased, and URLMatcher not found same like this "myappsheme://doSomething", cause url.host becomes "myappsheme://dosomething". What do you recommend?
The text was updated successfully, but these errors were encountered:
makleso6
changed the title
url.path lowercased
url.host lowercased
Aug 9, 2018
Hi! Thanks for great lib
I encountered a problem with iOS features
sinse iOS 11 method
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options
return url.host lowercased, and URLMatcher not found same like this "myappsheme://doSomething", cause url.host becomes "myappsheme://dosomething". What do you recommend?
The text was updated successfully, but these errors were encountered: