Ionic 6 cordova app Crashing on android 13

Ionic 6 cordova app crashing on android 13 device while using social sharing. Upto android version 12 working fine. When i select social media platform like WhatsApp, Twitter, Facebook to share data app getting crashed.
I’m using social sharing plugin

what version of social sharing plugin are you using?

cordova-plugin-x-socialsharing 6.0.4 “SocialSharing”

I have used the below commands to install the social sharing plugin

  1. ionic cordova plugin add cordova-plugin-x-socialsharing
  2. npm install @awesome-cordova-plugins/social-sharing

Thanks, was just to verify that you weren’t using an older version that didn’t work, but if using 6.0.4 it should work.
What’s the crash message?

For whatsApp
Unable to find explicit activity class {com.whatsapp/com.whatsapp.contact.picker.ContactPicker}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared ?

For Facebook
Unable to find explicit activity class {com.facebook.katana/com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared ?

I have added
<activity android:name="com.whatsapp.contact.picker.ContactPicker" android:exported="true"/>
in the AndroidManifest.xml for whatsApp still crashing the app and giving same error

It’s a know bug on the plugin