Could not create NativeMobileResources DeviceInfo

0
This problem occurs when you activate production security and use Make Native to open the app, if you disable the security option the error stops. This was a bug that I identified using Make Native.To open the app with active security you need to generate the APK and open/debug the app using the APK, this way you avoid the error -> "Could not create 'NativeMobileResources.DeviceInfo' object to store device info"   obs: The version of Make native used is 9  
asked
1 answers
2

Just out of curiosity, did you grant your app userrole, the module role "user" in de NativeMobileResources module? Since technically the user creates an object, Mendix checks if the user has sufficient access rights to do so, which is expected behaviour.

answered