If you're looking for a few good tips when developing your WatchKit apps, you may be interested in this new page we put up:https://developer.apple.com/watchkit/tips/Additionally, be aware of the following:There is a known issue where table row indices may not be what you’re anticipating and can cause incorrect rows to be updated or a crash.When inserting and/or deleting rows alongside performing updates to existing rows, please insert and/or delete rows before you perform any updates to existing rows. This will ensure that the indices are correct when you attempt to update rows.Update 4/7:- For notifications (static and dynamic), the controller's background color should be set to 14% white and the insets should be set to custom values of 0 for all sides. This will give the intended system default look.- If you are using openParentApplication:reply:, make sure you create a background task immediately upon entering application:handleWatchKitExtensionRequest:reply:. This will make sure that the iPhone app gets t
0
0
4.1k