3.1.0
PebbleKit is now a dynamic framework.
If you want to support iOS 7.x
add pod 'PebbleKit-Static'
to your Podfile
.
- Added: Added workaround for Pebble 2.x / iOS 9 issue causing messages from watch not to arrive
- Added: DataLogging now works better in multi-app setups.
- Changed: DataLogging service is now created lazily when you try to use the API the first time
- Changed: DataLogging won't unannounce server when you have Background Modes set
- Changed: Lowered DeploymentTarget to 7.0 again
- Fixed: DataLogging poll wouldn't be triggered on app launch
- Fixed:
appMessagesRemoveUpdateHandler
not working as intended - Deprecated:
dataLoggingService.pollForData
- usepollForDataFromWatch:
instead - Deprecated:
central.dataLoggingService
- usedataLoggingServiceForAppUUID:
instead