saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 62 forks source link

App Crashes on release apk, but working fine on debug mode #96

Closed umeriplex closed 1 year ago

Zidoun-Abdou commented 1 year ago

the solution is simple, you have to add progard rules, see progard rules chapter in this documentation https://pub.dev/packages/jitsi_meet_fix.

umeriplex commented 1 year ago

what i should pest in proguard-rules.pro. ?? because the link provided in the documentation is (404 page not found).

umeriplex commented 1 year ago

fix this issue by adding proguard-rules.pro in android/app

Zidoun-Abdou commented 1 year ago

what i should pest in proguard-rules.pro. ?? because the link provided in the documentation is (404 page not found).

create file named : proguard-rules.pro, move it to : your_project\android\app\proguard-rules.pro, copy these line of code on it:

https://github.com/jitsi/jitsi-meet/blob/master/android/app/proguard-rules.pro