files not picked up by Ipad

Greetings all,

I’m struggling with a mysterious issue with my solution and Ipads.

My customers can store files in the database so they can view them in the field when nessecairy.
When a document is asked for a temp file is made and send to the user with

 .....
plugins.file.writeFile(_name, _file.getBytes(), _file.getContentType())

This all works fine on all platforms / devices EXCEPT on an Ipad
Wierd thing is: it does work in my development enviroment, but not live.

Does anyone have a clue why / how to fix that? (Apple wasn’t helpfull at all)

Thanks in advance.

Stefan.

You may want to post an issue in Servoy’s JIRA system.
It could be an authorisation issue, so that the Ipad operation system does not allow that plugin or Servoy to write the file.
Maybe you could check if the user has writing permit when logged in with Servoy.

After extended testing with several configurations, I conclude it’s a bug that snug in with servoy 7. The Ipad doesn’t have this issue with servoy 5. Will post bug report.

Stefan