Question

I am adding native map to my iOS application using MKMapView. I just want to be sure that Is there any kind of authentication key or application ID is require? I will be uploading this application to Apple Store.

Was it helpful?

Solution

You don't need any API key. There is an authentication process, but it's done via code signing. If your code is signed by Apple (and has the Maps entitlement), then it is allowed to access MapKit.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top