Questions tagged [icloud-api]

111 questions
0
votes
0 answers

App can create own iCloud Drive Folder, save there but isn't listed in apps for opening files there?

I've created a new file type unique to my App. A user can now save, for the purpose of sharing, backup etc., files of this type to the App's own folder on iCloud Drive. This feature is now live on the app store and works with one, odd, exception. If…
Seoras
  • 1,286
  • 13
  • 21
0
votes
0 answers

Some of deleted occurrence of recurring event doesn't comes under EXDATE

BEGIN:VCALENDAR VERSION:2.0 BEGIN:VEVENT SUMMARY:Test TRANSP:OPAQUE ATTENDEE;CUTYPE=INDIVIDUAL;EMAIL=a@icloud.com;PARTSTAT=ACCEPTED; ROLE=CHAIR;CN=a:/aMzg2Mzc2MTQzODYzNzYxNBljuJkfI_9Sr7UoBKqc9uB4hzRY_BLyjaYyqorZZI2N/principal/ …
Priyank Kotiyal
  • 241
  • 2
  • 13
0
votes
1 answer

iOS, How to handle post notification request(s) for iCloudKit Transactions?

Firstly, what if the user denies the request to accept push notifications, how can this be evaluated. From what I've read it seems that there was a problem with silent notifications, although I think it was a beta, has this issue been rectified. I'm…
Jules
  • 7,568
  • 14
  • 102
  • 186
0
votes
1 answer

How to save fetched iCloud data objects into a single Array?

This is all my objects and i want to save all objects into single array. **dataArray:** <__NSArrayI 0x15e1a460>( <__NSArrayM 0x15e244a0>(
Inder_iOS
  • 1,636
  • 1
  • 12
  • 20
0
votes
1 answer

iCloud Calendar sync in application

I am creating application as like Sunrise, Calendar by Riddle, Tiny Calendar, Calendar 5. Requirement is to add multiple iCloud Calendar in application as like above applications doing. I want to sync Apple Calendar (iCal) as like this…
technerd
  • 14,144
  • 10
  • 61
  • 92
0
votes
1 answer

iCloud calendar: Getting unauthorized error from CalDav server

I'm trying to PUT an event on iCloud calendar using CalDav. After several proper requests and responses and getting the user principal and calendars, when i try to PUT an event, the server returns Unauthorized error. Here's the network log from…
Ali Asgari
  • 801
  • 7
  • 18
0
votes
1 answer

Similar solution like cronofy.com for contacts

With cronofy.com you can access the same API as a third party for services like Google Calendar, Outlook.com, iCloud etc to synchronise calendars. Do you know a similar solution for contacts? The aim would be, that you have the same endpoints and…
0
votes
1 answer

Download user's files from iCloud in app

I intend to show user a document selector just like the photogallery where user could select their icloud files and can download or make it available within the app. I would then use the files to upload on my custom API server. Is that possible and…
Firdous
  • 4,624
  • 13
  • 41
  • 80
0
votes
1 answer

Can I get the email address of contacts from iCloud?

I am building a C# application and I wish to gather a list of user contacts (Email, First name, last name). Using a direct login I was able to pull all information regarding the contacts except the emails. Is there a way for me to retrieve all…
user2227904
  • 679
  • 1
  • 8
  • 27
0
votes
1 answer

How to sync iCloud calender in android app with xamarin?

I want to integrate iCloud calender in my Android app with Xamarin. How to sync iCloud calender in android app with xamarin?
Shrikant
  • 21
  • 1
0
votes
0 answers

Is there a way to know whether a user is syncing contacts through iCloud?

On iOS devices, is there a programmatic way to figure out if a user is syncing their contacts through iCloud? Or would this information be private? If it is private, what would be a good way to figure out whether someone has contact syncing turned…
Alex
  • 7,432
  • 20
  • 75
  • 118
0
votes
0 answers

Data Deletion With iCloud Core Data Sync

I have a deployed iCloud-enabled iOS 8 app which syncs a Core Data model. The app deals with evaluating investment properties and records information about the property such as repairs. I recently received a complaint from a user who entered in 29…
ChemDev
  • 827
  • 1
  • 8
  • 23
0
votes
2 answers

How to get large text into iOS app?

I need a way to ship a few paragraphs of text to an iOS app. This would be for a recipe or journal app. If the user is only typing in a few sentences, they can do that directly in the app. But for several paragraphs, they would want to do it on…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
0
votes
1 answer

Needs to open find my iPhone or login to iCloud.com from Application

I'm working on an application that customer needs to show location of other devices in app. I have a meeting with my customer and he is open in solution of doing that. So I checked my solution such as open find my iPhone application or open icloud…
Fa.Shapouri
  • 988
  • 2
  • 12
  • 30
0
votes
1 answer

ICloud + Storage Error

I am sharing my docs on iCloud using my app and it is shared well because when i delete my app and reinstall, my previous data load again, but when I go to setting -> icloud -> backup & storage, I am not able to see my app in it as well as I am not…
Hindu
  • 2,894
  • 23
  • 41