AppStore.API.TestNotification (App Store v0.4.0)

View Source

The module for Test Notification

Summary

Functions

Send a test notification to the App Store.

Functions

get_test_notification_status(api_config, token, test_notification_token)

@spec get_test_notification_status(AppStore.API.Config.t(), String.t(), String.t()) ::
  {:error, AppStore.API.Error.t()} | {:ok, AppStore.API.Response.t()}

Get the status of a test notification.

Official documentation: https://developer.apple.com/documentation/appstoreserverapi/get-test-notification-status

send_test_notification(api_config, token)

@spec send_test_notification(AppStore.API.Config.t(), String.t()) ::
  {:error, AppStore.API.Error.t()} | {:ok, AppStore.API.Response.t()}

Send a test notification to the App Store.

Official documentation: https://developer.apple.com/documentation/appstoreserverapi/request-a-test-notification