Android app release mode

Has anybody put apps in the Android Google play store or anywhere else. I am stuck on the release mode app. They work fine in Debug mode but no communication happens in release mode. Does the meteor.cordova.updater work in release mode app?

Yes, hot code push should definitely work in release builds. If you’re encountering difficulties, please be specific in describing what you did and what happens.

Thank you for the quick response, I was stuck on this issue for some days. My release version android app was not communicating. Finally found it to be a SSL certificate issue.
Fixed now …

Hi @varungarg what was the SSL issue and how did you fix it… same problem here…

My issue was related to the intermediate cert, I had no added it on the web server and once I added it the communication started working