Hi everyone
I use prime31 storekit for inapp purchase.
My setup seems ok, yesterday i was able to purchase product, everything was great.
But today, "StoreKitBinding.requestProductData", find only my products ID, not description, not price, ...
To debug that i use example scene and that i what i get when i push "Get Product Data":
///////////////
*total productsReceived: 3
(Filename: /Applications/buildAgent/work/300357e52574df36/Runtime/ExportGenerated/iPhonePlayer-armv7/UnityEngineDebug.cpp Line: 43)
ID: firstID
Title:
Description:
Price:
Currency Symbol:
Formatted Price:
Currency Code:
(Filename: /Applications/buildAgent/work/300357e52574df36/Runtime/ExportGenerated/iPhonePlayer-armv7/UnityEngineDebug.cpp Line: 43)
ID: secondID
Title:
Description:
Price:
Currency Symbol:
Formatted Price:
Currency Code:
(Filename: /Applications/buildAgent/work/300357e52574df36/Runtime/ExportGenerated/iPhonePlayer-armv7/UnityEngineDebug.cpp Line: 43)
ID: thirdID
Title:
Description:
Price:
Currency Symbol:
Formatted Price:
Currency Code:
(Filename: /Applications/buildAgent/work/300357e52574df36/Runtime/ExportGenerated/iPhonePlayer-armv7/UnityEngineDebug.cpp Line: 43)
received total products: 3
(Filename: /Applications/buildAgent/work/300357e52574df36/Runtime/ExportGenerated/iPhonePlayer-armv7/UnityEngineDebug.cpp Line: 43)*
/////////////////
All my three products are here, their Id are OK, but as you can see, i don't have nothing else (description, price, ...)
Someone know what is this issue?
Perhaps it's because I created and deleted another product since the last time that worked.
Is it that because i push "get saved transactions" button or "restore completed transactions"?
thank you for your help.
Baptiste
↧