Iam experiencing a strange problem. While saveing and loading from system.DocumentsDirectory works fine on iOS iPhone both in simulator and on device, I cant save a picture to system.DocumentsDirectory on iPad.
Has anyone else experienced this Problem?
code snippets:
par.fn = ‘gaul’…encodeFN(par)…os.time(os.date(’*t’))…system.getTimer()…’.jpg’
local view = display.captureBounds( cbound)
display.save(view, par.fn)
As already described above the Problem seems to be the saving. It works on iPhone but not on iPad…