We use @ionic-native/social-sharing": "^5.32.0
It works fine with iOS and Android API version 30. However, when we upgrade to Android API 33, it crashes when we call the socailSharing function
We use @ionic-native/social-sharing": "^5.32.0
It works fine with iOS and Android API version 30. However, when we upgrade to Android API 33, it crashes when we call the socailSharing function
The @ionic-native
namespace was deprecated back in 2021 - A New Chapter for @ionic-native - Ionic Blog
So, first try switching to awesome-cordova-plugins/social-sharing
to see if it was updated to support API 33.
Or, try the 1st Party Capacitor Share plugin.