Prime31 [StoreKit] + GREE integration for iOS

Has anyone managed to get the StoreKit (or, I suspect, any other Prime31 plugin) to work with the GREE plugin?

  • I successfully modified, built, and ran the StoreKit sample project on it’s own.
  • When I try to add GREE, I can build it using the GREE plugin build, but then when I compile the XCode project I get link errors.

I suspect it’s because either the post processor needed by the StoreKit plugin does not run (since the build is through the Gree build button and not the Unity build function), or the file location is different (GREE builds to subfolders). In any event, I don’t know how to fix it, or move forward at this stage. I would appreciate any suggestions.

  • ht

There shouldn’t be any reason to use both the GREE IAP and the prime31 storefront as they both perform the same service. I do believe that the reason your having the problem is because GREE has its own AppStore delegates that are written in Xcode and it forces the Prime31 calls to fail (or simply overwrites them).

This also happens if you try to use the the Gree API with the prime31 social plugins.