sample code project not working? WatchBackgroundRefresh

Im working through Apples sample code project about the new 3.0 apis for background refresh, however it doesnt seem to be firing , the


func handle(_ backgroundTasks: Set<WKRefreshBackgroundTask>) {


after i click the schedule button , i would expect in 20 seconds after i click the button the above would be called with the task to update the time etc. Maybe im doing something wrong? Maybe its just the simulator?


Thanks!

Replies

Make sure you exit the app by pressing the crown. Simulator working fine for me.