Hello, i am trying to make my application use camera to take photos.
I Created a screen with a variable that is a list of binary data. Each time i take a photo, i append on that list the binary data and show it below to the users..
Something like that:
Now the problem is, in debug on my PC, if i click on take picture, he opens window to choose images, well thats fine since i dont have a camera, but i builded my apk, and installed it in my Android device.. And when i click in "Take Picture" it says the plugin is unavailable... Why does this happen? How can i fix this?
Any help is appreciated :)
Hi Ricardo,
Adding a plugin is one of the changes that require the generation of a new build of the app. You can read more in detail about them here, but in any case, I'll leave you with a screenshot of the documentation list of the changes that require the user to install a new build:
Generate your mobile app again, re-install it on your phone and that should do the trick.
Kind Regards,João
I will try this! I did not knew we had to rebuild the app, because when I opened it on mobile, she send a warning saying it had been updated... Will check this, and I will come in a few minutes to mark it as solution if that is the problem!! :)Thanks for the documentation too, big thanks! Really appreciated! :)