Is it possible to use cordova-universal-links-plugin plugin (which supports Universal Links) instead of cordova-plugin-customurlscheme to communicate back with the original app that opened safari view controller?
The advantage is that server doesn't needs to implement PKCE and use claimed https protocol provided by iOS 9+ & Android OS 6.0+.
Hi,
Is it possible to use cordova-universal-links-plugin plugin (which supports Universal Links) instead of cordova-plugin-customurlscheme to communicate back with the original app that opened safari view controller?
The advantage is that server doesn't needs to implement PKCE and use claimed https protocol provided by iOS 9+ & Android OS 6.0+.
Thanks,