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年前
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.** { *; }