Closed noob8boi closed 10 months ago
Thank you for submitting this PR @noob8boi Do you plan to implement it on platforms other than Android? If not, I will take over the work.
Thank you for submitting this PR @noob8boi Do you plan to implement it on platforms other than Android? If not, I will take over the work.
I can try for iOS
I can try for iOS
OK. I think you can use originalFilename in PHAssetResourceCreationOptions for
private func putMediaBytes(
bytes: Data, album: String?, completion: @escaping (Bool, Error?) -> Void
) {
writeContent(
assetChangeRequest: {
let request = PHAssetCreationRequest.forAsset()
request.addResource(with: .photo, data: bytes, options: //HERE)
return request
}, album: album, completion: completion
)
}
And mention me if you have finished the work or need help.
I can try for iOS
OK. I think you can use originalFilename in PHAssetResourceCreationOptions for
private func putMediaBytes( bytes: Data, album: String?, completion: @escaping (Bool, Error?) -> Void ) { writeContent( assetChangeRequest: { let request = PHAssetCreationRequest.forAsset() request.addResource(with: .photo, data: bytes, options: //HERE) return request }, album: album, completion: completion ) }
And mention me if you have finished the work or need help.
sure may i know whats your deadline for this? just making sure if its ok to work on it tomorrow or day after tomorrow
sure may i know whats your deadline for this? just making sure if its ok to work on it tomorrow or day after tomorrow
It means to add it at the opions
. I just finished adding the windows platform. I have time now, can I take over the process?
sure may i know whats your deadline for this? just making sure if its ok to work on it tomorrow or day after tomorrow
It means to add it at the
opions
. I just finished adding the windows platform. I have time now, can I take over the process?
for sure i dont mind.. thank you!
for sure i dont mind.. thank you!
OK. Thanks👍
Overview
Please change this text to a brief statement of purpose or overview.
Related Issues