odemolliens / react-native-sim-cards-manager

React Native plugin to manage Sim card(s) & eSim
MIT License
67 stars 29 forks source link

Android 14 crash #64

Closed shashanksavanth closed 7 months ago

shashanksavanth commented 9 months ago

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

This crash happens when target Android SDK is set to 34 (Android 14)

shashanksavanth commented 9 months ago

Hello odemolliens, I am using ur library for Esim activation and installation , lately there was crash on Android 14 (Target SDK 34) where Android has enforced us to have this check when registering reciever and explicitly specify whether reciever is EXPORTED or NOT

Seamus1989 commented 7 months ago

is there any updates on this? I am also seeing issues on android

odemolliens commented 7 months ago

Thank you for the PR!