little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
646 stars 126 forks source link

PendingIntent 报错 #268

Closed Alanbaba2018 closed 6 months ago

Alanbaba2018 commented 6 months ago

sendUsingPendingIntent fail, ex = com.qianqian.life: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

"react-native-wechat-lib": "3.0.4", "react-native": "0.72.6", buildToolsVersion: 33.0.0 targetSdkVersion: 33