Fertogo / Pebble-workout-timer

Easily create Pebble-guided workouts from phone or computer
12 stars 6 forks source link

iOS configuration issues #98

Closed Fertogo closed 8 years ago

Fertogo commented 8 years ago

Some iOS users reported that v4.0 breaks the app by making the configuration page inaccessible. I have confirmed this with a test device. The iphone just hangs as if it were waiting for the configuration page to load, but no request is made to the server.

Fertogo commented 8 years ago

This happened because Pebble.getActiveWatchInfo was not called after ready fired so it returned null and caused the rest of the js to crash. Since the showConfiguration event never registered, the phone just waited forever.