Two days ago we tested our app on Android.
Worked fine as a PWA, but impossible to get any connection to our backend once installed at a native app.
After further investigation, we find out that our SSL certificate wasn't properly setup and that the SSL chain was broken.
Weirdly enough, SSL was working fine on iOS on PWA, browser and native, and fine in Android but on native.
We fixed the SSL certificate setup, and the issue on Android was resolved.
Since then, we didn't had that broken connection issue on native iOS when switching networks like described in the previous post.
So we assume that it was the same issue on both cases.
Just posting that here in case someone end up here looking for a similar issue, check that your SSL certificate chain is not broken using something like https://www.ssllabs.com/ssltest/analyze.html
Cheers.
Post
Replies
Boosts
Views
Activity
Installing Safari Technology Preview 16.4 on the mac to access the console from an iPhone with safari 16.4 make the console log available again.
Thank you thmclellan :)