Home > database >  Flutter DialogFlow without answer on Production Playstore App
Flutter DialogFlow without answer on Production Playstore App

Time:11-13

I've created a app on Google Play, and the first version works fine but I made recently a new version (5.0) and I was testing this version before to upload on Google Play, and everything was fine: - Android physicall device debug was working ok 100%. - Android virtual device debug was working ok 100%, - DialogFlow Essentials Console was working ok 100%. Finally after the update I have an app without answers. I attatch images for better explanation. I would very much appreciate your answer.

CodePudding user response:

Add internet permission in android manifest

  • Related