Search code examples
parse-platformwatchkitapple-watch

Can you use Parse SDK with apple watch?


Is it possible to use the Parse SDK with the new Apple WatchKit? If it is would it be possible to send notifications from the apple watch using parse.

I have all the architecture working on the iPhone (I can send parse push notifications from Device to Device). Is there a way to send information to iPhone from apple watch then send notification in the background using the iPhone?


Solution

  • Yes, you can use Parse SDK with WatchKit. Your Watch App runs as an extension on your iPhone so you can use use any SDK that work in iOS extensions.