Ios swift – Why does EKEventStore().requestFullAccessToEvents() work with Simulators but not with real device?
I'm building an iOS App that creates programatically events in the iOS Calendar. My code works perfectly when run in any iOS Simulator. But then when installled in any physical device, it simply doesn't. What am I doing wrong? When…