Hi,
I tested it storeKit_beta.unitypackage two weeks (in the sandbox mode)
— I installed the latest version of Prime31 StoreKit In App v1.5.1
— then installed storeKit_beta.unitypackage actions
… and got an error message:
Assets/PlayMaker StoreKit/PlayMakerStoreKitProxy.cs(100,33): error CS0117: `StoreKitManager' does not contain a definition for `receiptValidationFailedEvent'
Assets/PlayMaker StoreKit/PlayMakerStoreKitProxy.cs(101,33): error CS0117: `StoreKitManager' does not contain a definition for `receiptValidationRawResponseReceivedEvent'
Assets/PlayMaker StoreKit/PlayMakerStoreKitProxy.cs(102,33): error CS0117: `StoreKitManager' does not contain a definition for `receiptValidationSuccessfulEvent'
Assets/PlayMaker StoreKit/PlayMakerStoreKitProxy.cs(119,33): error CS0117: `StoreKitManager' does not contain a definition for `receiptValidationFailedEvent'
Assets/PlayMaker StoreKit/PlayMakerStoreKitProxy.cs(120,33): error CS0117: `StoreKitManager' does not contain a definition for `receiptValidationRawResponseReceivedEvent'
Assets/PlayMaker StoreKit/PlayMakerStoreKitProxy.cs(121,33): error CS0117: `StoreKitManager' does not contain a definition for `receiptValidationSuccessfulEvent'
I commented out a few lines of code in PlayMakerStoreKitProxy.cs
(100,101,102 & 118,119,120)
// StoreKitManager.receiptValidationFailedEvent += receiptValidationFailed;
// StoreKitManager.receiptValidationRawResponseReceivedEvent += receiptValidationRawResponseReceived;
// StoreKitManager.receiptValidationSuccessfulEvent += receiptValidationSuccessful;
&
// StoreKitManager.receiptValidationFailedEvent -= receiptValidationFailed;
// StoreKitManager.receiptValidationRawResponseReceivedEvent -= receiptValidationRawResponseReceived;
// StoreKitManager.receiptValidationSuccessfulEvent -= receiptValidationSuccessful;
and error disappeared
After that I successfully built its system of payments for the game
(except receipt Validation).
I tested on Ipad3 (IOS6.1.3) & iPhone4S (IOS7.0.4)
All works exceptionally well (in the sandbox mode)
Thank you!
Uladzimir
P.S. Maybe there is a newer version Store Kit actions?