Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top