question

Jung Ho June avatar image
Jung Ho June asked

Android IAP sequence question

current i succeeded Get Catalog from playfab.

but i still confuse that create IAP request pipleline because theres's so many

function in clientAPI.

is

GetClientAPI->StartPurchase()
GetClientAPI->PayForPurchase() GetClientAPI->ValidateGooglePlayPurchase()
GetClientAPI->ConfirmPurchase() those function request call sequence right way for Real Money purchasing? and GetClientAPI->PurchaseItem() is only for Virtual currency purchasing?
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jung Ho June avatar image Jung Ho June commented ·

+ where should i put game engine's IAP api function in that sequence

0 Likes 0 ·

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

Android IAP is receipt based, however the flow “StartPurchase -> PayForPurchase -> ConfirmPurchase”is for

Non-receipt payment processing. And, we have a tutorial regarding Android IAP with PlayFab: https://docs.microsoft.com/en-us/gaming/playfab/features/commerce/economy/getting-started-with-unity-iap-android, may you find it helpful.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.