Hi All,
I am stumped. An app IO created a while ago works fine with WIFI but no longer will work with cellular data.
It has never had this problem, and all the cellular and data are on.
Any ideas will be greatly appreciated. Thanks.
Blessings, --Mark
Hi,
Thanks so much for the reply. To answer your question, I am using try await URLSession.shared.data(from: URL), but I discovered the API call is not the problem.
I have been testing when there is no network connection, and I discovered on my iPhone 12 with 15.6.1, at least, when I turn on Airplane mode, it kills the cellular connection on some of my installed apps, including this one. Resetting the network configuration back to the factory settings fixes the issue until I put it back into Airplane mode again.
Googling the issue, apparently, others have the same issue with this iOS build.
I am relived it was not my code as I was really turning my head upside down trying to figure out what was going on.
Thanks. Blessings, --Mark