I tried to check out our rich push notification on a real Apple Watch. Our WatchKit extension implemented both a static interface and a dynamic interface for Long Look. But every time I send a push notification, instead of the dynamic interface, only the static interface is displayed .
This should not be related to the performance of our dynamic interface (Watch OS will abandon the static interface if the dynamic takes too much time to load). Apple Watch showed a static interface almost immediately.
How to display the dynamic look of Long Look?
zavié source
share