Questions tagged [icloud]

iCloud is a web service from Apple Inc. that allows users to store data such as music files and automatically sync them between multiple devices such as: iPhones, iPods, iPads, and personal computers. Note that iCloud is a different API than Apple's CloudKit service.

2716 questions
1
vote
1 answer

How can i set a limit to the number of results given in cloudkit

Here is my code for retrieving data from icloud. How do i limit the number of data it retrieves to 25? I saw this question answered before, but i'm not sure how to apply it to my code? can you help? Here is where i saw the question answered before.…
nachshon f
  • 3,540
  • 7
  • 35
  • 67
1
vote
1 answer

How do i make my cloudkit app load the data as its loading?

In the app i am making, there will be a lot of data for the app to load from iCloud. My problem is that it does not load the data into a collection view until its finished receiving all the data(which takes a while). I want the app to load the data…
nachshon f
  • 3,540
  • 7
  • 35
  • 67
1
vote
0 answers

Sync file on iCloud not working between devices

I try to sync a simple text file by using iCloud. My idea is to save my local text file (localURL) to iCloud (for example with an iPhone device): NSURL *ubiquityURL = [[[NSFileManager defaultManager]…
1
vote
2 answers

html input type=file -- Select a file from iCloud

I'm developing a Cordova / PhoneGap-based application that has an embedded text editor. To access selected files, I'm having the user browse the mobile device by using the html element:
eb1
  • 2,897
  • 3
  • 31
  • 42
1
vote
1 answer

How to use iCloud keychain in my app to share values across installs in different devices?

Does apple support syncing Keychain across multiple installs of the same app under the same Apple ID? I can find documentation about keyChain but is iCloud keychain available to developers? I cannot find any documentation for that.
Edward Mehr
  • 651
  • 9
  • 21
1
vote
1 answer

Imported packaged files ".key .numbers .pages" from iCloud using UIDocumentMenuViewController are not opening in UIWebView

Hi I am trying to display a packaged file say .key/.pages/.numbers file to user in a UIWebView but I cant. The keynote file was created using a Keynote app from my iPad recently. I imported that file to my app using UIDocumentMenuViewController from…
1
vote
3 answers

What can be a unique identifier for user account?

I need to save on server some unique identifier for user account, so than I can determinate on another user device, that account identifier had been already setted. But I don't know what can be a unique id for account and how to get it…
Vasyl Khmil
  • 2,548
  • 1
  • 20
  • 36
1
vote
1 answer

iOS8 iCloud backup not restoring enterprise app data

We have an enterprise iOS app that currently stores all of its data locally (core data plus a folder full of images) and a substantial number of users who have been using iCloud to backup their devices frequently. Restoring after device failure and…
joshOfAllTrades
  • 1,982
  • 14
  • 10
1
vote
1 answer

How to organize icloud data by date added?

I am making an app that uses cloud-kit, and when I ask it to return the data saved on it, its out of order. How to i organize the data by date? And then save it in an array, with array [0] as the most recent data added? by the way, the view…
1
vote
0 answers

How to avoid "Documents and Settings" getting huge with downloadable content

I got a fix it ticket from Apple. They seem to be fussy that the Documents and Settings is 36 MB from downloading an accessory. So we use Amazon to download content... but which directory to put it in? To avoid Documents and Settings from getting…
Alistair
  • 101
  • 10
1
vote
1 answer

Cannot assign userID as reference

I am trying to assign several different attributes to a record. Date & Name are working properly. Avatar, which is a reference to another record, works also fine. But then I try to assign a reference to the user and I get the…
Quentin Malgaud
  • 405
  • 6
  • 21
1
vote
1 answer

fatal: Reference has invalid format: 'refs/stash 2' (128)

I am a new solo developer working on my first iOS app. I'm using Git for Mac to backup my progress and it's my first time using Git. I'm developing the app across 2 laptops. I also saved my Xcode project in my iCloud folder so that they would be…
learning_swift
  • 107
  • 1
  • 5
1
vote
1 answer

Apple TestFlight : can't invite people

I'm using the new Apple TestFlight for internal testing, I've invited a bunch of emails who all worked fine. But I still have one who don't work. So, I added the tester xxx@mac.com email in the internal testers section and configure it as an…
dzk
  • 91
  • 2
  • 8
1
vote
1 answer

Share task list between people using iCloud

I'd like to create an iOS app for shopping lists (yeah, one more), allowing synchronization between 2 (or more) iCloud users (like what Apple does with shared calendars). Any idea how I should structure my data to accomplish that ? Can I do that…
Frederic Adda
  • 5,905
  • 4
  • 56
  • 71
1
vote
1 answer

discoverAllContactUserInfosWithCompletionHandler results blank

Having trouble with CloudKit's discoverAllContactUserInfosWithCompletionHandler not returning anything in the discoveredUserInfo array. I have a test app on two phones. One person can see the other (discoverAllContactUserInfosWithCompletionHandler…
nh32rg
  • 1,462
  • 13
  • 15
1 2 3
99
100