mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
BEGIN_PUBLIC
[iOS] Fixes the file_path is empty when "CreateIncomingInternalPayload" in internal_payload_factory. If empty then use the payload_id for the file_name. END_PUBLIC - This is for the way iOS -> Android file transfer. - CC_MD5 is deprecated in iOS13, change to CC_SHA256 - UIImageWriteToSavedPhotosAlbum, the UIImage* is nil after completion callback to the selector "didFinishSavingWithError". Changes to show image by "showReceivedImage" after write to Photo album. - "NSDownloadsDirectory" seems have <<Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “Downloads” in the folder>>. Changes to use "NSTempDirectory". PiperOrigin-RevId: 440808267
This commit is contained in:
committed by
Copybara-Service
parent
68ede1db20
commit
fcb3b27314
@@ -16,6 +16,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "absl/memory/memory.h"
|
||||
#include "connections/implementation/offline_frames_validator.h"
|
||||
|
||||
Reference in New Issue
Block a user