playfab_ex v0.2.2 PlayfabEx.Client.PlatformSpecificMethods
Link to this section Summary
Functions
Registers the Android device to receive push notifications
Registers the iOS device to receive push notifications
Restores all in-app purchases based on the given restore receipt
Validates with Amazon that the receipt for an Amazon App Store in-app purchase is valid and that it matches the purchased catalog item
Validates a Google Play purchase and gives the corresponding item to the player
Validates with the Apple store that the receipt for an iOS in-app purchase is valid and that it matches the purchased catalog item
Validates with Windows that the receipt for an Windows App Store in-app purchase is valid and that it matches the purchased catalog item
Link to this section Functions
android_device_push_notification_registration(map()) :: {:ok, map()} | {:error, String.t()}
Registers the Android device to receive push notifications
register_for_ios_push_notification(map()) :: {:ok, map()} | {:error, String.t()}
Registers the iOS device to receive push notifications
restore_ios_purchases(map()) :: {:ok, map()} | {:error, String.t()}
Restores all in-app purchases based on the given restore receipt
validate_amazon_iap_receipt(map()) :: {:ok, map()} | {:error, String.t()}
Validates with Amazon that the receipt for an Amazon App Store in-app purchase is valid and that it matches the purchased catalog item
validate_google_play_purchase(map()) :: {:ok, map()} | {:error, String.t()}
Validates a Google Play purchase and gives the corresponding item to the player.
validate_ios_receipt(map()) :: {:ok, map()} | {:error, String.t()}
Validates with the Apple store that the receipt for an iOS in-app purchase is valid and that it matches the purchased catalog item
validate_windows_store_receipt(map()) :: {:ok, map()} | {:error, String.t()}
Validates with Windows that the receipt for an Windows App Store in-app purchase is valid and that it matches the purchased catalog item