I have a WatchOS app that offers several watch-specific features. Some of them are locked behind a subscription paywall.
I need a way to check about once a month whether or not the user is still subscribed to the app.
I could simply prompt the user to open the iOS app once a month to inform the Watch app of the subscription status, but that isn't very user friendly.
Since StoreKit is not available on WatchOS, I'm not sure what to do.
Is there a way to reliably wake up the iOS app in the background once a month to check the subscription status and send the results back to the Watch?