Native app pictures not synching

0
Hi,   This is the first time i am building a simple native app,  user can fill in a webform and add pictures. I am testing the app with Make it native Mendix 9. I am able to take a picture/get from gallery but it does not show up in the webapplication. The nanoflow to take the pic, variable applicationpicture is filled: Microflow to retrieve the pictures (for testing purposes I am doing a full database retrieve) shows variable empty What am I missing?
asked
2 answers
1

Found the problem, access rules did not have create object ticked.  I was able to create the object in the native app but the synchronisation could not create the object in the online database.

answered
0

In your navigation sync profile, do you have the 'applicationpictures' entity set to 'all objects'?

answered