Prime31 and StoreKit problem

Hi,

I downloaded the latest version of the StoreKit plug-in from Prime31, and I’m getting this error when I build.

Their site says they’re not available right now, so does anyone else see this, or have a suggestion for fixing it?

“Assets/Plugins/StoreKit/StoreKitDownload.cs(29,16): error CS0246: The type or namespace name `StoreKitTransaction’ could not be found. Are you missing a using directive or an assembly reference?”


Edit: I reverted to an older version and all is working right again. Maybe the latest version is only for Unity 4? Anyway, I just used an older version and it seems to be working fine now.

-Chilton

I’m having the same issue. Trying to rebuild all my apps for iOS 6 so I figured I’d grab the latest StoreKit and then on a blank project for testing find the same issue.
You might want to email Mike, he is pretty good ad responding.
mike@prime31.com

I had this problem too, but fixed it by putting #if UNITY_IPHONE and #endif around the methods that use these classes as arguments.

I am making a Vuforia App with the latest build of Prime 31. The project has worked fine and I have been able to upload a screen capture to Facebook with Android and IOS with no problem. Now that IOS7 is released I am no longer able to upload the screen capture. Has anyone else had this problem.