If any plugin or any other method is available to transfer data to iOS 14 widget from ionic capacitor app. I want to create one widget for my app and want to refresh data everyday, so user can know status and activity via widget.
Did you ever figure this out?
No,
I am unable to find any way to send data to the iOS widget through my ionic application.
So I created one custom plugin(in a capacitor) which fires events and sent data from my application and based on that events and data I modified the widget data and its view.