In my Project , I can use StoreKitBinding.requestProductData( ) to get Infomation about
my registered product correctly , but one thing strange…
When I use StoreKitBinding.purchaseProduct() to buy myself product in my device, the
Xcode debug log print : cannot find product with identifier…, I am confused about it for a long time:face_with_spiral_eyes:
Does anyone encounter this problem?? Many Thanks
Have you read everything in the API docs ? prime31 - Mobile game and app experts specializing in Unity games and plugins
"Here are a few tips and tricks direct from Apple. Your product identifiers may be returned as invalid for one or more of the following reasons: " …
Thank you, laserlars…It’s done
finallly, i found the main reason,it’s casued by wrong Product Identifier(2 blank space left, sorry about my careless…Orz)
and provisioning profile was not used in Xcode…