ios - WatchKit Error Took too long to show custom notification. Falling back to static -


when run watchkit extension app in simulator got following error:

took long show custom notification. falling `static`.  

can 1 tell me why issue occurs?

99% of time reason happens dynamic notification interface taking long load. make sure bare minimum in initialization methods.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -