I have a version of my app working with the subscriptions plugin on ios but when I upload to Google Play Store I get warnings that I need to target sdk version 34.
It looks like Capacitor 6 is targeting sdk 34 so I tried to migrate. After doing this I get the following error:
NativePlugin com.capicitor_subscriptions.capacitor.SubscriptionsPlugin failed to load
com.getcapacitor.PluginLoadException: Unable to load plugin instance. Ensure plugin is publicly accessible
Is there something that needs to be done to make the plugin work with capacitor 6?
I have a version of my app working with the subscriptions plugin on ios but when I upload to Google Play Store I get warnings that I need to target sdk version 34.
It looks like Capacitor 6 is targeting sdk 34 so I tried to migrate. After doing this I get the following error:
NativePlugin com.capicitor_subscriptions.capacitor.SubscriptionsPlugin failed to load
com.getcapacitor.PluginLoadException: Unable to load plugin instance. Ensure plugin is publicly accessible
Is there something that needs to be done to make the plugin work with capacitor 6?