-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes immediately after startup #2
Comments
Can this be connected to Watch OS 2. I noticed that your are using NSURLConnection. But in IOS 9 NSURLSession should be used. Have a look at: I will try to change this... |
The above was not the problem. For me - a simple recompile with the Xcode 7.1.1 helped. I side-loaded the app to my device and it stopped crashing. Maybe this is helpful for someone. Do you consider to update the current AppStore-App? |
I actually just finished switching all of the NSURLConnections to NSURLSessions and it is now running fine on iOS and watch simulators. Of course, there's no data for the watch, but I presume that's to be expected. PR is up. |
N1ce ;) Did you check in - I can do a sidedeploy then...
|
One more thing - have you ever thought about converting your project to Another one would be to add a graphical BG Chart. A multi day comparison What do you think about switching to swift? Eric Martin [email protected] schrieb am Mi., 18. Nov. 2015 um
|
did these fixes make any improvement for you guys? when we made the changes and did a new build we still get the ongoing crash issues. still unable to find what's causing the crashes |
When starten the App on the Watch it shows for a Second the current values, but crashes immediately later. This is the same behavior even when startet in Xcode Simulator.
Maybe this has something to do with my Backend-Version (0.8.0) or HTTPS Certificate?
Any advice is welcome ;)
The text was updated successfully, but these errors were encountered: