質問

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