1 個回答
- 最新
- 最多得票
- 最多評論
0
SNS SDK usage needs some good documentation. This error happens only in the release build and is because of missing proguard rule. Adding the following resolves it,
-keep class com.amazonaws.services.sns.** { *; }
已回答 9 年前
相關內容
- 已提問 5 個月前
- 已提問 1 年前
