Forum PayVault Using UseBuyInfo with StoreKit (prime31)?

Discussion and help relating to the PlayerIO payment solution, PayVault.

Using UseBuyInfo with StoreKit (prime31)?

Postby GameHatcher » February 21st, 2014, 12:19 am

Could someone point me to the correct syntax for using StoreKit as the provider on a PayVault.UseBuyInfo transaction? The Google Play version is like this:
Code: Select all
PayVault.UseBuyInfo("googleplayv2", new Dictionary<string, string>() { { "inapp_signed_data", obj.originalJson}, { "inapp_signature", obj.signature } },Events);

From Prime31/Storekit I can get the transaction receipt, product identifier, quantity, transaction ID, and transaction state.
GameHatcher
Paid Member
 
Posts: 4
Joined: January 14th, 2013, 4:35 pm

Re: Using UseBuyInfo with StoreKit (prime31)?

Postby Henrik » February 21st, 2014, 5:17 pm

We're working on expanding the site with examples and documentation for all the new features we've been working on, but it's just not done yet.

I've emailed you the information in the meantime.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: Using UseBuyInfo with StoreKit (prime31)?

Postby GameHatcher » February 21st, 2014, 10:53 pm

Gotcha, much thanks!
GameHatcher
Paid Member
 
Posts: 4
Joined: January 14th, 2013, 4:35 pm


Return to PayVault