1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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.** { *; }
respondido há 9 anos
