Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a1
2019.3.0a9
Issue ID
1168691
Regression
No
[UDP] IAP Product prices are not validated beyond format
After installing the Universal Distribution Portal (UDP) package, "UDP Settings" will be exposed to the user, where the user can add IAP Products and "Push" them to the UDP Server. Currently, if the user supplies an impossible price (-999999999999999999999999999999999999999999999999 or 0.000000000000000000000001), they will be allowed to Push the IAP Product to the server with no validation or error.
Steps to reproduce:
- In Unity 2019.3, create a new project and install the Universal Distribution Portal (UDP) package (alternatively download the attached project)
- Menu: Window > Universal Distribution Portal > Settings
-Inspector (UDP Settings) > Register the project with Unity Cloud Services if the UDP Settings Inspector pane indicates it is not already
- Inspector (UDP Settings) > IAP Catalog > Add new IAP
- Configure the new IAP Product with any information, but an impossible price (-999999999999999999999999999999999999999999999999 or 0.000000000000000000000001)
- Push the update to the UDP server
- Observe there is no validation or error thrown
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note (fix version 2019.3):
Could not reproduce in 1.1.3 (preview 2). Closing as fixed.