Posts

Post marked as solved
5 Replies
@markdaws Can you help us out with CLLocationManager inside the widget ? I can't seem to get it to call delegate methods. What I've seen in beta 3 is: if I initiate the location manager in the TimelineProvider struct I get an error message in console saying that location manager should be allocated in the main thread not bg thread if I initiate it in the View struct of the widget I can see that CLLocationManager is initialised correctly, authStatus code is: "when in use" but still I can't seem to receive the location callbacks What is you experience like ?