Hello, I need help. A few days ago, the dialog request to the calendar no longer appears. I unistall to app and it install again and nothing :/
*Note:
Previously it did show the dialog box on the first run
My code
*Note:
Previously it did show the dialog box on the first run
My code
Region Attributes:
#Region Project Attributes
#ApplicationLabel: My app
#Version: 1.0.28
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#Target: iPhone
#ATSEnabled: True
#MinVersion: 11
#PlistExtra:<key>NSCalendarsUsageDescription</key><string>Agrega citas al calendario</string>
#End Region
store.Initialize("store")
If store.AuthorizationStatusEvents <> store.AUTHORIZATION_AUTHORIZED Then
If store.AuthorizationStatusEvents = store.AUTHORIZATION_NOT_DETERMINED Then
store.RequestAccessEvents
End If
End If
Attachments
Last edited: