Ionic 3 Social Sharing not Working in Production Release

i’m recently using Social Sharing plugin in my app, when it run as debug it’s not causes any problem, but when i build my project to apk with ionic cordova build android or ionic cordova build android --prod, i got an error message like this :

this my ionic info output :

:heavy_check_mark: Gathering environment info - done!

Ionic:

ionic (Ionic CLI) : 4.2.1 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.5
@ionic/app-scripts : 3.2.2

Cordova:

cordova (Cordova CLI) : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 14 other plugins)

System:

Android SDK Tools : 26.1.1 (/Users/robin/Library/Android/sdk/)
NodeJS : v8.12.0 (/usr/local/bin/node)
npm : 5.3.0
OS : macOS

thanks in advance :pray: