Questions tagged [icloud-api]
111 questions
1
vote
0 answers
Moving a UIManagedDocument from the sandbox to iCloud
My overall question is how to move an existing UIMangedDocument (with a core data sql store) from the local sandbox to the iCloud.
Everything I am reading online is telling me to use NSFileManager's setUbiquitous:itemAtURL:destinationURL:error:. …

Robert Charest
- 814
- 7
- 4
0
votes
1 answer
Should i worry about sandboxd deny file-write-data'
I have a database app. Single entity. I've just upgraded it to enable iCloud sync. Here's my PSC in my app delegate:
- (NSPersistentStoreCoordinator *)persistentStoreCoordinator
{
if (persistentStoreCoordinator__ != nil)
{
return…

codeDoctor
- 101
- 2
- 7
0
votes
1 answer
Share Text Document, or Photos with iCloud
I would like to know if it is possible to upload a picture or a pdf Document to the iCloud and share it with others from there?
Just like on Facebook, I would like to Upload my Pictures and make it other people possible to watch it from there.
Does…

Dennis Weidmann
- 31
- 6
0
votes
1 answer
iCloud - Photo Stream
Is there any public API which will tell me if a user has iCloud's Photo Stream feature enabled on the device?
I wish to perform some actions based on the result of this call, so it is essential that I can detect if it is enabled.

Mick Walker
- 3,862
- 6
- 47
- 72
0
votes
0 answers
How to add iCloud key-value save feature to a Unity project?
Since the saved data in PlayerPrefs and PresistentPaths get deleted when a user uninstalls the app i want the game progress to be stored on iCloud.
How to do this in Unity. There are no tutorials on this. Can anyone provide a step by step guide to…

Rahul Naik
- 105
- 1
- 9
0
votes
0 answers
mega api how get a full path
I'm using mega.py to upload a file and works fine but i'd like to know if there is a way to a get a mega directory as a full path (string) to use with others services
from mega import Mega
mega = Mega()
m = mega.login('email','password')
folder =…

guesr
- 1
0
votes
0 answers
iCloud Drive for Windows sort of working, but not showing checkmarks
So recently, my friend wanted to debloat my laptop, than dug around in the registry with a program to make my computer faster. Long story short, nothing changed, but I had to fiddle around with python for 3 days to get it to work again, microsoft…
0
votes
1 answer
google cloud function Compute engine python api not shutting down instance on call to stop as expected
I am using a google cloud function with python 3.9
My intention is to trigger this cloud function from an http trigger to stop a compute engine instance. The code for my cloud function is as below (entry point stop_server )
# python 3.9 code for…

Yogesh Devi
- 617
- 11
- 30
0
votes
1 answer
How can I save a file from JS app to iCloud?
Does iCloud provide anything like the google drive's "save to drive" button or dropbox's "saver"?
Or what is the easiest way to save a file (e.g. .pdf) from my app (JS/React) to iCloud?
Thanks a lot!

Lenka Hubáčková
- 39
- 2
0
votes
1 answer
How to configure RoundCubeMail so I can log in
I am trying to set up roundcubemail on a mac so that I can eventually add an email-pipe to service certain emails. I have followed the installation and configuration options the best I can, and the tests show no problems except with the test send…

John Wooten
- 685
- 1
- 6
- 21
0
votes
1 answer
Is it possible to automate the extract of Apple News / iCloud News Publisher analytics data?
I'm trying to set up a dashboard in Google Data Studio with Apple News analytics data as one of the sources.
I can see you can download this analytics data manually as a CSV - does anyone know a way of automating this extract? Automatically…

mattjwj
- 3
- 2
0
votes
0 answers
Adding a module throws assertionError
I am working in my index.js file using the firebase-admin module from Firebase, everything works great until I decide to import the apple-icloud module (https://github.com/MauriceConrad/iCloud-API) to my index.js file.
I require both like this :
var…

Lawris
- 965
- 2
- 9
- 21
0
votes
0 answers
iCloud Web Service Server-to-Server Authentication in PHP
Was it just me, or is there a wider need for a PHP implementation of Apple's iCloud JS library? Specifically the parts needed for server-to-server integration with iCloud not relying on Javascript on the server.
As my recent research and experiences…
0
votes
1 answer
In salesforce marketing cloud, how to make REST api call? How to build URL?
I am looking to build URL for making API call to Salesforce marketing cloud. I am looking to extract campaigns details and metrics through it.
Url looks like-
http://www.exacttargetapis.com/hub/v1/campaigns/
I want to know the structure for client…

harsh agarwal
- 13
- 2
0
votes
1 answer
How can we get text while user copying message from whats up , Skype and so on like third party app using iOS Swift?
Step 01: I can run my app (APP NAME : TextDetectAPP)
Step 02: User press Home button
Step 03:User open the Skype or any third party app (APP NAME : TextDetectAPPMove to Background state )
Spep04: User copy text (I need to get copy text from Skype…

suripappu Rengan
- 61
- 1
- 1
- 5