ios - Customizations on UILocalNotification for Apple Watch -


i'm seeing lot of resources online talk customizing notifications apple watch. though fail find 1 mentions customization of sound , duration.

is possible customize sound notification on watch? know can use localnotification.soundname = "audio.caf", it's not playing/working on watch. if there working solution, direct me these resources?

also, want make notification duration longer. workaround send multiple notifications using repeatinterval this. there cleaner way doing this?

localnotification.repeatinterval = nscalendarunit.calendarunitsecond 


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -