I'm presenting the EventKitUI.EKEventEditViewController to my users to allow for new events to be added on their calendar.
I'm following the example; but when the user types into the Location TextField on the New Event form the application (both the sample app and mine) crashes. If I try this in the calendar application on my phone, it works fine... it does an autocomplete on the address.
Am I missing a "location" permission somewhere? Any tips would be greatly appreciated!
Thank you
Posts
Follow-up, I needed to add Privacy - Contacts Usage Description to my info.plist, then it worked fine