Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8572167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:56:47+00:00 2026-06-11T18:56:47+00:00

In the app I am currently developing there is interaction between the user and

  • 0

In the app I am currently developing there is interaction between the user and the users calendar, like what happens in many apps, very standard stuff. It was working fine until I upgrade to ios 6. I am now faced with the “This app does not have access to your calendars. You can enable access in Privacy Settings” dialog when I try to perform those same calendar functions yet my app does not appear on the devices calendar privacy settings. Is there some new api I need to use in order to ask the user to grant access?

Thanks a lot for helping me out with this issue whoever can help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:56:48+00:00Added an answer on June 11, 2026 at 6:56 pm

    I believe I have the exact same issue. I am deploying a normal Developer-build of the app I am working on to my iPhone 4 with iOS 6.

    EDIT: I finally solved it like this, I did not find the info on the web but rather I found it in the APIs.

    Run the following to request permission. This is apparently an asynchronous call and access will not be granted until the user have authorized the app.

    EKEventStore *es = [[EKEventStore alloc] init];
    [es requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error) {
        /* This code will run when uses has made his/her choice */
    }];
    

    Furthermore you may specify what the app is trying to do with the information in Info.plist. There is a key called Privacy – Calendars Usage Description (NSCalendarsUsageDescription) that can contain a string description that will be displayed in the prompt to the user.

    Below are the full details of the problem I encountered (fixed by the above):

    When I try to att an event to the calendar I see the following screen:
    Add Event error message

    When I open settings for the calendar privacy settings, no app is visible:
    Settings, Privacy, Calendars

    This all leads me to think that there is some setting I must put in Info.plist to enable calendar access and to ask the user for permission on start up. I have searched the web but not found anything.

    @jloewy, I guess this is the same problem you are having?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently developing an app that reads out SMS/Emails while driving. Many users
I am currently developing an android app, there is always unexpected exception popup when
I'm currently developing a facebook app that needs access to a users photos. It
I'm currently developing an app that will allow the user to choose an app
I'm currently developing a WP7 app, and I'd like it to talk with my
I am currently developing a Silverlight 3 app that needs some sort of user
In an app that I am currently developing, It runs very slowly for the
I´m currently developing a Struts2 app where a user will make one of three
I'm currently developing a spotify app which requires oAuth to sign into GetGlue. It
I'm currently developing an iPhone app with a webview. The app works on every

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.