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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -