Open kimmy-wang opened 3 years ago
Did you declare myScheme
scheme in ios/Runner/Info.plist
?
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>user</string>
<key>CFBundleURLSchemes</key>
<array>
<string>myScheme</string>
</array>
</dict>
</array>
I had the same problem
@avioli I'm using [https and custom schemes] and am testing on my [iPhone xs max], which is running [iOS14.8].
Using a custom URL scheme, after waking up the application from the background, the uri
information cannot be obtained. Using the https scheme, after waking up the application from the background, the uri
information can be obtained.
Is there any progress on this issue?
Any updates?
@avioli
I'm having the same issue, but on Android.
I've declared my custom scheme in AndroidManifest.xml
, app is opened fine when clicking on an universal link with my custom scheme, but it just doesn't handle it in release mode for some reason.
Any help would be helpful. Thanks!
I entered
myScheme://user?
in the Safari browser, and after pressingEnter
, my application switched from the background to the foreground.I have a few questions:
url
I just entered in the application?url
obtained by the following code? If so, why can't I get theurl
in my application.Smartphone (please complete the following information):