Ok, a background service is really part of your main app. It's not really something separate that will run on it's own. The main app has to run at least once after the app is installed and must do a registerForTemporalEvents. If that doesn't happen…
Ok, a background service is really part of your main app. It's not really something separate that will run on it's own. The main app has to run at least once after the app is installed and must do a registerForTemporalEvents. If that doesn't happen…
When they added stats, it was clear from the announcement that it only contains data for system5 and above devices, that's why they always add up to 100%, and that's why it is possible that 100% is not 468 but significantly lower. …
Also, there is a bug in your celsius to fahrenheit conversion code, in the case that temp actually is a Number (or Long) and not a Float (or Double).
temp = (temp * 9/5) + 32;
If temp is a Number, then temp * 9 is a Number and (temp * 9) / 5 is division…
Tx for thinking along with me...
about
"You might be stuck just giving the users a well-designed CustomMenu and not worry too much about making it look exactly like a native Menu2."
I am not worried about it not looking exactly like a native…
Just want to quickly summarize all the issues I've experienced with the new forums (as nice as they are). I think some of these issues make it very hard to deal with long discussions, such as app support threads in the Showcase. One of my users mentioned…
- Connect IQ data fields are designed to only be used within native activities/sports such as Run or Bike, not watch faces
- Default/native watch faces aren't implemented in Monkey C, and Garmin doesn't provide examples of native watch face clones re…
For some time now, I have suspected that ERA is unreliable - apart from the frequent reports if it "being down". As reported here, I have received no crash reports from my app for at least six months, and I just don't believe it can be that stable…
This is clearly a not well thought through decision and procedure from Garmin's part. I understand and even agree that they should crack down on developers who are abusing things, but they should do it in a way that it doesn't hurt their (meaning Garmin…
I realize that venu2/venu2s require 4.0.0. It's right in my post.
The point is that you don't get an error unless you run the app. And that "Export Project" appears to work properly. So what would happen if you just add venu2/venu2s without testing…