Hi guys, recently I have updated my App to use the Wi-Fi connection for IOT purpose. I needed to add the string in Info.plist to advise users to consent the localization when in use, in order to use the NSLocation API (I need to check if the Wi-Fi I'm connected is right, otherwise the app automatically open the Wi-Fi settings on the phone).
My problem is that after the package build, sending and verification ok on the App Store, on some device the app doesn't run. Specifically on the iPhone 11 and iPhone 12, however on older devices it runs perfectly.
The issue is that the app show the LaunchScreen then it close immediately, the app is still in the background processes but doesn't open.
I submitted a TSI ticket but I get no response, more far I was forced to re-update on the store the previous version of the app to preserve my customers experience. So I can't upload the new version because I can't find why this happens and how fix it.
Anyone had same problem with Wi-Fi, or permission by users?