dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

iOS crash - behavior different in Release than TestFlight #146

Closed PointmanDev closed 7 years ago

PointmanDev commented 7 years ago

I built a Cordova app w/ release 4.0.3. I tested the build in Test Flight and I can successfully open Navigation. When I do, I get an actions sheet with 4 options: Lyft, Apple Maps, Google Maps, and Uber. Clicking on an app opens the app successfully.

I promoted this build to production. I removed the test flight build and installed from the App Store. On the exact device, I open navigation and I get 3 options: Apple Maps, Google Maps, and Uber. Clicking on an app pauses and the crashes the Cordova app.

I have removed the app and reinstalled, same issue. I removed the app and installed the Test Flight version and it works properly. I removed and reinstalled the production version and it continues to fail.

PointmanDev commented 7 years ago

So I think I have an answer for this...

The prior version of the app was built with the version that had the infinite loop issue. Although the app store said it was version 7.3.0 (the most recent), I think that it had not actually updated the binary (I did not get the update notification in the App Store b/c I did not have the app store version installed).

Waiting to see if someone else, who already had it installed, gets the update and gets it to work.