Post

Replies

Boosts

Views

Created

Can't save file to app documents on iPhone but works on iPad.
I have developed an application that screen records and saves the video to the document directory of the App. This works flawlessly on iPad but does not work on iPhone and I receive the following error: [RPDaemonProxy issueSandboxExtensionForClientFileWrite:]:136 Error issuing sandbox extension for client folder path /var/mobile/Containers/Data/Application/A81A2889-D05A-4659-808F-312C745A6750/Documents error is produced when the following code is run:         let videoURL = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].appendingPathComponent("output0.mp4")         recorder.stopRecording(withOutput: videoURL, completionHandler: { [unowned self] (error) in ... I have searched for hours only to find references to Bookmarks which I don't believe apply to this situation since this has worked previously on multiple iPad devices. Thank you!
3
3
2.6k
Oct ’22
Can't save file to app documents on iPhone but works on iPad.
I have developed an application that screen records and saves the video to the document directory of the App. This works flawlessly on iPad but does not work on iPhone and I receive the following error: [RPDaemonProxy issueSandboxExtensionForClientFileWrite:]:136 Error issuing sandbox extension for client folder path /var/mobile/Containers/Data/Application/A81A2889-D05A-4659-808F-312C745A6750/Documents error is produced when the following code is run:         let videoURL = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].appendingPathComponent("output0.mp4")         recorder.stopRecording(withOutput: videoURL, completionHandler: { [unowned self] (error) in ... I have searched for hours only to find references to Bookmarks which I don't believe apply to this situation since this has worked previously on multiple iPad devices. Thank you!
Replies
3
Boosts
3
Views
2.6k
Activity
Oct ’22
Limit app to devices that are LiDAR compatible
Hello, When it comes to creating application build I've made an application that requires LiDAR to function and knowing that it is possible to restrict an application to iPhone or iPad only for example does a similar situation exist for functionality? Thank you!
Replies
3
Boosts
1
Views
1.5k
Activity
Jun ’22