nativescript-audio
nativescript-audio copied to clipboard
create recording file fails in production ios
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?
Same here.
Fixed using this knownFolders.documents()
If you are trying to save the file using currentApp that will fail on a real device the app path is readonly