문제

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