Search Issue Tracker
Fixed in 2018.1.X
Votes
41
Found in
2018.1.0b11
2018.1.0f2
Issue ID
1033935
Regression
Yes
"ArgumentException: Cannot set currency to an empty or null string" errors using IAP in Editor
To reproduce:
1. Open users attached project "BlockPuzzleMagic.zip"
2. Open "MainScene.unity" scene
3. Press the shop button on the bottom
4. Select any item on the list and press BUY
Expected result: the item is purchased without any errors
Actual result: getting "ArgumentException: Cannot set currency to an empty or null string" errors in the console
Reproduced on: 2018.1.0b11 2018.1.0f2 2018.2.0b4 2018.3.0a1
Not reproduced on: 2017.4.3f1
Notes:
on 2018.2.0b4 errors: TypeLoadException: Could not load type 'SimpleJson.SimpleJson' from assembly 'UnityEngine.Purchasing'
on 2018.1.0f2 errors: ArgumentException: Cannot set currency to an empty or null string
Could not test 2018.1.0a1 - 2018.1.0b10 because of errors on play
Comments (11)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Graph VFX not compiling enterely until they are open on MACOS
- Longer component titles exceed the window's display boundaries
- Overlapping objects do not collide when setting Physics.IgnoreCollision to false
- Crash on RaiseException when deleting animation transitions in a specific Animation Controller
- [XR][Vulkan] Vulkan Command Buffer memory leak every frame after scene change when using Multiview Rendering
RKSW
May 17, 2018 22:02
This is a blocking issue on 2018.1.0f2. What is the plan to fix?