Hi all
I'm running a small (3 activties) test app on my iPhone 7 with iOS ver. 15.5 without SIM Card.
The app created for a testing iLocation.
I'm running my test in Release mode.
If the Wi-Fi works I can successfully get Lat/Long. In Show sub I intialize LocManager
On pg_Disapear event I stop GPS by using LocManager.Stop and LocManager.StopHeading
On the next screen I initialaize it again.
So I run my app allow GPS permission. Click on GPS button on the 1st screen - GPS works Ok.
Then I return to the phone sttings screen which in turn stops the GPS and turn off the Wi-FI.
I return to the app and click on another button that opens 2nd screen. With Wi-Fi turned off I click on GPS button and get nothing.
LocationChanged event and HeadingGhanged event are not raised. But if I click again - it works
I'm running a small (3 activties) test app on my iPhone 7 with iOS ver. 15.5 without SIM Card.
The app created for a testing iLocation.
I'm running my test in Release mode.
If the Wi-Fi works I can successfully get Lat/Long. In Show sub I intialize LocManager
On pg_Disapear event I stop GPS by using LocManager.Stop and LocManager.StopHeading
On the next screen I initialaize it again.
So I run my app allow GPS permission. Click on GPS button on the 1st screen - GPS works Ok.
Then I return to the phone sttings screen which in turn stops the GPS and turn off the Wi-FI.
I return to the app and click on another button that opens 2nd screen. With Wi-Fi turned off I click on GPS button and get nothing.
LocationChanged event and HeadingGhanged event are not raised. But if I click again - it works