nativescript-audio icon indicating copy to clipboard operation
nativescript-audio copied to clipboard

create recording file fails in production ios

Open odparraj opened this issue 7 years ago • 3 comments
trafficstars

I am having problems because my application works perfectly in local but when I upload to the appstore in execution the application fails because it can not create the file in which the audio is saved, is there any type of permission restriction to create files in production?

odparraj avatar Nov 13 '18 19:11 odparraj

Same here.

coderReview avatar Nov 23 '18 19:11 coderReview

Fixed using this knownFolders.documents()

coderReview avatar Nov 24 '18 22:11 coderReview

If you are trying to save the file using currentApp that will fail on a real device the app path is readonly

triniwiz avatar Dec 02 '18 18:12 triniwiz