View Source Apple.AppStoreServerAPI (apple v0.5.0)

Utilities for App Store Server API.

Summary

Functions

Builds a token to authorize HTTP requests.

Functions

Link to this function

build_auth_token!(issuer_id, key_id, private_key, bundle_id)

View Source

Builds a token to authorize HTTP requests.

Note

Using a private key of the "In-App Purchase" type is sufficient.

After building it, use it in the Authorization header like this:

Authorization: Bearer <JWT>

More resources