Open mrkidjordje opened 5 years ago
Am I the only one with this issue? Debug version works fine, but without proguard rules I cannot use this library in production. Can someone please help me with this?
Try this. -keep class com.pusher.* { ; }
We plan to embed surgical ProGuard/R8 rules in a future update of the SDK. For now please use broad keep rule suggested by @gsanthosh91 above (thanks for the contribution :slightly_smiling_face:).
Am I the only one with this issue? Debug version works fine, but without proguard rules I cannot use this library in production. Can someone please help me with this?