Closed ismailfateen closed 2 years ago
@ismailfateen did you find any solution? I am also getting the same issue.
Sorry I haven't updated/closed this issue yet. It's apparently because I only added the groupId to the HomeWidgetExtension
, but it should be added to the Runner
target as well, hope that helps!
@Sparko-Sol
@ismailfateen I tried but it's still not working. Can you explain a little bit more? Data has been sent to the widget but the widget is not showing that data.
@ismailfateen That helped me a lot, after adding the same group id to runner and my extension It worked like a charm, thanks!
Hello, my iOS widget won't give me an error (the function returns
true
), and it won't update the widget either.I set my group id as
group.salamlabs.salamapp.HomeWidget
and it is configured correctly.AppDelegate.swift
HomeWidget.swift
Code that “updates” the widget:
flutter doctor -v