1 Answer
- Newest
- Most votes
- Most comments
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.** { *; }
answered 8 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
