AppStore.API.TestNotification (App Store v0.4.0)
View SourceThe module for Test Notification
Summary
Functions
@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
@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