Questions tagged [watch-notification]

5 questions
1
vote
1 answer

Should I use different team and bundle identifier in adding new swift extension?

I want to add new target (watchOS-> Notification Service Extension) and it asks for team, bundle identifier and so on. By the way, this project was developed by a different team and I was asked to add new feature on this project. Do I need to use…
Wesley Man-on
  • 81
  • 1
  • 6
1
vote
0 answers

WatchOS notifications - Custom dynamic interface only occurs when received

My iOS app has given my a default dynamic notification interface for free including its action. I want to customize my own dynamic notification interface using class NotificationController: WKUserNotificationInterfaceController I took a few tests…
1
vote
1 answer

How to test Apple Watch Actionable Notifications in Watch Simulator?

I am working on apple watch app & implementing actionable notifications.Can we test these notifications on a watch simulator rather than testing them on real device?
jayant rawat
  • 318
  • 2
  • 12
0
votes
1 answer

Can we overlap UI elements in watchOS?

How can I design table view row like: I can't overlap UI elements in storyboard so is there any way to design table row like that?
Noshaid Ali
  • 127
  • 1
  • 12
0
votes
1 answer

Set icon for Notification in watchOS2

I'm working on notification in watchOS 2. I want to change icon of notification. I've set AppIcon in ImageAsset file but this didn't worked. How can this be achieved?
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177