Rejection in device but works in simulator ( upload binary )

Nov 29 13:57:28 unknown sandboxd[1981] <notice>: CartinhaParaoNoe(1980) deny file-write-data /private/var/mobile/Media/PhotoData<br>Nov 29 13:57:29 unknown sandboxd[1981] <notice>: CartinhaParaoNoe(1980) deny file-write-data /private/var/mobile/Media/PhotoData<br>Nov 29 13:58:28 unknown com.apple.assetsd[1982] <notice>: Exiting...<br>Nov 29 13:58:33 unknown SCHelper[164] <notice>: active (but IDLE) sessions<br>Nov 29 13:58:33 unknown SCHelper[164] <notice>: 0x1d519440 {port = 0x2147, caller = SpringBoard(32):com.apple.preferences, path = /Library/Preferences/SystemConfiguration/preferences.plist}<br>

this is what shows in my console when I tried to upload an image in device…

the strange is that in simulator, it works fine!

someone can help me please? [import]uid: 23063 topic_id: 18366 reply_id: 318366[/import]

Does it instantly black screen on device? If so, what are the first things you try to do when the app loads? What device is this on? [import]uid: 52491 topic_id: 18366 reply_id: 70503[/import]

By ‘upload’ what do you mean? The primary difference, especially in terms of files between Mac OS X and iOS devices is that in iOS, filenames are case-sensitive while on Mac they are not.

You may try double-checking everything for typos, etc. or post more of your code to see if someone can help debug it for you. [import]uid: 52430 topic_id: 18366 reply_id: 70505[/import]