1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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.** { *; }
con risposta 9 anni fa
