Has anyone migrated an web + native app from Turbolinks to the new magic?
Current state is:
- website using turbolinks
- native app using turbolinks-ios
If we point the native app to an instance of the website that’s migrated to Turbo, the app doesn’t get past here:
I wouldn’t expect turbolinks-ios to work with a Turbo-equipped website, but it does pose a problem. If we ship the Turbo-upgraded website, the app stops working for all current users, until Apple approves an update that converts it to use the new Turbo adapter.
Has anyone gone through this process or got any creative ideas on how we can transition safely?