0

I am trying to send a simple local notification from iphone simulator to the apple watch simulator.I tried it using a UILocalNotification class but it is showing a notification only on iphone but not on apple watch simulator.

Kara
  • 6,115
  • 16
  • 50
  • 57
  • possible duplicate of [How to simulate the Local Notification in apple Watch App?](http://stackoverflow.com/questions/27188862/how-to-simulate-the-local-notification-in-apple-watch-app) – bgilham May 06 '15 at 17:04

1 Answers1

3

This is not supported at the moment. To view and test your Notification Interface on the Watch Simulator, specify a payload file, as described here.

Anyway, when your app is released, the watch documentation says, iOS will decide itself where the notfication is sent, to the phone and/or the watch.

Jannik Michel
  • 366
  • 1
  • 11