The Pebble SDK is a software development kit for the Pebble smartwatch and the Pebble App Store. It is generally installed on a computer and includes all of the libraries available to developers for Pebble.
Questions tagged [pebble-sdk]
230 questions
2
votes
0 answers
Pebble AppMessage crash when sending string containing accents from the phone to the watch
I'm building an API based application. I use the Pebble.SendAppMessage function to send data from the API to the watch. Each time I try to send data containing accentued characters and log them, the console print this following empty…

Alexis Le Provost
- 1,803
- 2
- 11
- 9
2
votes
0 answers
Xamarin Obj-C Framework Binding (PebbleKit iOS)
I try to Bind this (PebbleKit.Framework) Framework to C# with Objecttive Sharpie on the command line.
sharpie bind -o Binding -f PebbleKit.Framework -sdk iphoneos8.4
This is working without errors, but how do I get it to bind all Header Files?
I…

SYNT4X
- 210
- 2
- 15
2
votes
1 answer
PebbleKit.registerReceivedDataHandler() is undefined in Eclipse
Eclipse does not recognize registerReceivedDataHandler as a method of PebbleKit.
I have included the following imports into my java file:
import com.getpebble.android.kit.*;
import com.getpebble.android.kit.util.*;
and have installed…

Sailor Al
- 797
- 1
- 7
- 20
2
votes
1 answer
Why do I get an error when installing my Pebble app on the aplite emulator?
I'm having a hard time trying to install my Pebble app to the aplite emulator. I'm using the Mac SDK, not CloudPebble, and when I type:
pebble install --emulator aplite --debug
I get the following output:
[DEBUG ] Initializing reader…

Mick F
- 7,312
- 6
- 51
- 98
2
votes
1 answer
MAC OS X Pebble SDK 3.0 error building: Compilation error InverterLayer
A few months ago I was running pebble SDK 3.0 on my mac and it worked perfectly, I ran my apps with the basalt emulator.
Recently I cleaned(wiped) my mac because it was running slow. Today I was going to run my apps again but I obviously didn't have…

Kevin Cohen
- 1,211
- 2
- 15
- 22
2
votes
1 answer
Running 'pebble install' gives error on Mac
I am trying to run pebble install on Mac. I have already installed the Pebble SDK, and I can start the Pebble simulator... I cannot however start the phone simulator.
When I cd'd into the directory of my app and ran pebble install, it returned…

felixpackard
- 579
- 7
- 21
2
votes
0 answers
Creating a Xamarin Binding project for PebbleKit iOS
For the past while I've been trying to create a binding project in Xamarin for PebbleKit iOS (the SDK for the Pebble smart watches). My hope is that in doing this I can create a Xamarin C# app that communicates with a Pebble smart watch, just like…

Dan K
- 41
- 2
2
votes
2 answers