Hello,
We are developing non-free safari app extension.
How JS part should know that user is premium?
- use our backend server and fetch is_preium status from there?
- App part (coded in Swift) checks whether user is premium and tells extension to enable/disable its functionality.
In case of 2, if we have a daily subscription, how JS part should know that subscription is over? Is asking user to run the app every day (so it checks premium status and sends it to JS part) is the only way to go?
May be there are some examples of Safari app extensions that are subscription-based?
Thank you in advance for your answers!