Hi, I’m getting this error for the past few days and can’t figure it out. The error happens when the game is run in the editor, if I comment that line the error comes back at the next Storekit reference.
EntryPointNotFoundException: _storeKitCanMakePayments
StoreKitBinding.canMakePayments () (at Assets/Plugins/StoreKit/StoreKitBinding.cs:24)
It’s apparently happening with the Prime31 Storekit plugin in my project ever since I upgraded to Unity 3.5.7 and updated my prime31 plugins. I don’t think it’s a problem with the plugin itself as I installed the plugin (both iOS and Mac version) into a new project and didn’t get the error, so it must be something with my project but I can’t seem to narrow it down as I have no idea what it means.
I’ve tried:
-deleting all prime31 plugins and reinstalling them
-reboot ![]()
-deleting my project’s library folder and rebuilding
Any thoughts?