Skip to content

Commit

Permalink
docs: add warning for MapsServerAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Oct 14, 2024
1 parent 0c90d3c commit 2c730b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/apple/maps_server_api.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
defmodule Apple.MapsServerAPI do
@moduledoc """
Utilities for [Maps Server API](https://developer.apple.com/documentation/applemapsserverapi).
> #### Warning {: .warning}
>
> This service is not available in China, which means:
>
> * If you are an Apple Developer in China, your account will not be able to apply for or use this service.
> * If the request's source IP is located in China, the request will be denied.
"""

alias JOSE.{JWK, JWS, JWT}
Expand Down

0 comments on commit 2c730b2

Please sign in to comment.