iOS phonegap app no longer detects device permissions

0
Hey Guys, I am building an offline capable mobile app for ios. It seems after creating a new iPa for the app, iOS no longer detects the apps permissions specified in the mendix mobile app creation. As a result when trying to use the camera widget the app just closes. If i go to permissions on the iPad under settings the app shows up but doesn't state that the app requires permission for the camera. If anyone knows how to fix this i would really appreciate your input.
asked
1 answers
1

There is an issue with recent phonegap builds where the privacy usage descriptions for camera, picture gallery, etc. get lost during the build. When you attempt to use the camera without usage description, the app will be stopped immediately.

Only workaround I know now is to manually build using XCode and fill in the privacy descriptions in the project info area. Of course, you need a Mac to do that.

answered