Mobile Native App needs to provide a function which is like this:window.registerForNotifications = function() { window.registerPush("token"); }
Results of JS call to window.registerPush will be printed here:
...
Login with external Auth provider
- the external provider *may* be facebook or some other. the mechanics is like this:
- The URL of the link DOES NOT start with the apps-common url (in this case test.wirth.digital), so the webview-listener will open the link in the systems browser (safari, chrome or whatever).
- the link above starts with fcm.wirth.digital -> will be opened in other browser.
- The clicked link will redirect to a website STARTING WITH „test.wirth.digital“, the app will open and load the url
- https://developer.android.com/training/app-links
- Universal Links in iOS (see https://developer.apple.com/videos/play/wwdc2020/10098/ and https://developer.apple.com/documentation/Xcode/allowing-apps-and-websites-to-link-to-your-content)
- the file is added: https://test.wirth.digital/apple-app-site-association
- whenever someone clicks on any webpage in safari/chrome on a link starting with test.wirth.digital, the app will open if its installed
- link with target blank: https://www.appicon.co/