Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an existing app. This shows me among other things a picture. This picture i want to send to the Apple watch. So how can i do this?
I'm sorry, thirst my programming knowledge isn't good enough to learn it from the apple.developer site. I tried something with handlewatchkitextensionrequest and so on, but nothing works.
So my thirst problem is, that i don't know, is this a glance or a notification problem?
Must i work with shared Data in this case?
I also tried NSUserdefaults but it didn't work.
There must be a simple way to send a simple picture to the watch. I can't believe that it is so hard with coredata or anything else.

Can anyone help me please with some examplecode?
Posted
Updated 30-Apr-15 22:56pm
v2

1 solution

Best is you start in the Apple Watch Programming Guide for Notification.

I would recommend the tutorial by Ray Wenderlich for Apple Watch or the Apple sample Lister.

You must understand that the watch is another display which needs some special code for interacting. These ViewControllers are provided by the Watchkit - rest is boilerplate code. It works like it is documented!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900