Wiki

Clone wiki

preside-ext-apple-services / GettingStarted

Getting started

First, you will need an Apple Developer account. Then, follow these instructions to create a Maps Identifier and a Private Key.

In addition to these instructions, ensure that WeatherKit is also enabled for the key to allow usage of the WeatherKit API.

Once you have done this and downloaded your private key (store it somewhere safe!), you will need to enter the following into the System > Settings > MapKit JS config:

  • Team ID: the 10-character Team ID obtained from your Apple Developer account
  • Key ID: the 10-character key identifier that provides the ID of the private key
  • Private Key: the text content of your downloaded .p8 private key file

You are now able to start using MapKit maps on your site!

Updated