glennbrann
glennbrann

Reputation: 173

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?

Upvotes: 0

Views: 884

Answers (2)

Nathan Kellert
Nathan Kellert

Reputation: 618

They have just released Apple Watch specific API's for their SDK.

Upvotes: 0

Stephen Johnson
Stephen Johnson

Reputation: 5121

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.

Upvotes: 1

Related Questions