-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pebble connects, but appMessagesAddReceiveUpdateHandler never called #4
Comments
I reloaded the pebble firmware file to make sure that wasnt altered in any way, and the watch now alternates between saying "Up" and "Down" on press, or "Send Failed!" The ios app still reports "Watch connected" but the console on most recent runs says |
Took another look at this to see if anythings changed, and it hasnt for me. I found the appmessage docs updated with much more error checking and added all that. In cloudpebble I tend to get Error preparing the outbox APP_MSG_BUSY On ios I still get the |
@jacobrosenthal, I faced this problems with messaging too. |
@DmytroLisitsyn Thank you sir. That does indeed fix this example! (though not the |
Still Couldn't retrieve peripheral for identifier |
This was my fix commit in my fork |
Thanks jacobrosenthal, Perfectly solve the issue. And is there a swift version for this example project? |
Up/down presses on the demo app arent triggering appMessagesAddReceiveUpdateHandler
The text was updated successfully, but these errors were encountered: