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
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
The following warnings are now appearing when building with Xcode 8. Using plugin version 1.2.0.
...Plugins/cordova-universal-links-plugin/AppDelegate+CULPlugin.h:15:36: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
...Plugins/cordova-universal-links-plugin/AppDelegate+CULPlugin.h:15:128: Block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
The text was updated successfully, but these errors were encountered:
Yes but the way they work in IOS is pretty average, e.g. safari only asks you if you want to open the link in the app, it doesn't automatically just open the app which is what I was expecting.
These warnings are not critical, but yeah - I should fix them. But they are not causing the behaviour you are experiencing.
Maybe there is some misconfiguration with apple-app-site-association file? Check this documentation, mainly - Creating and Uploading the Association File section. You can try to put it in https://<domain>/.well-known/apple-app-site-association.
The following warnings are now appearing when building with Xcode 8. Using plugin version 1.2.0.
The text was updated successfully, but these errors were encountered: