iqomp / capacitor-sms-sender

Send SMS directly from capacitor app
Other
1 stars 2 forks source link

Android sdk 33 crashes #1

Open WillDreamgest opened 4 months ago

WillDreamgest commented 4 months ago

In Android SDK 33 the app crashes. This is because it can't read the READ_PHONE_STATE permission, so you have to declare it in the manifest:

<uses-permission android:name="android.permission.READ_PHONE_STATE" android:maxSdkVersion="32"/>

But don't send text messages this way.

iqbalfn commented 2 months ago

I'm not currently have free time for this project. If you know how to fix the problem, please create a pull request.