I'm very new to Pebble Development, and I'm having trouble finding an answer to this. I'm wondering if you try to use app_message_outbox_send();
and you don't have a companion app, will the Pebble app crash? I'm asking because that function call seems to be the culprit crashing my pebble app, and I don't have a companion app created for it yet. Also is there some way to see if there is a companion app on the phone or if the app is running?
Asked
Active
Viewed 99 times
0

Hudson Worden
- 2,263
- 8
- 30
- 45
-
Have you used the `app_message_register_` functions to set up `AppMessage`? `app_message_open()`? http://developer.getpebble.com/guides/pebble-apps/communications/appmessage/ – ChrisGPT was on strike Mar 30 '15 at 12:50
-
Yes I have. Since then, I have fixed the problem although I'm not exactly sure what was causing the problem. – Hudson Worden Mar 31 '15 at 15:48
1 Answers
0
I'm not exactly sure when the problem was fixed, but I may have not been using app_message_open()
or app_message_register_*()
functions correctly.

Hudson Worden
- 2,263
- 8
- 30
- 45