PwneeStudios/Cloudberry-Kingdom

14.2 Country and Area Settings

Opened this issue · 0 comments

It is possible that the country and area information saved on the Wii U will be expanded at a later date; as such, there may be cases where, when acquiring country and area information, you will receive a value that is currently undefined. (As mentioned in these Guidelines, the console's area setting is its location within the country, such as its state, province, or prefecture.) For example, countries 113-121 and 169 were added after release. In cases like this, an application must avoid malfunctioning by taking measures such as handling the country or area as unsupported.
Note:
In SDK 2.07 series, the function to acquire country and area information has not been made public. As such, applications which use SDK 2.07 series do not need to test for handling undefined country and area information.
14.2.1 Handling Unsupported Countries and Areas

Guideline Item
The application must continue to run without problems when an undefined value is acquired from the system's country and/or area settings.
Test Method
In scenes where a network account is not being used:
Start the System Config Tool, and set the Country setting to Invalid [(null):0].
Start the application and play through all modes from beginning to end.
In scenes where a network account is being used:
Check the source code.
Pass/Fail Determination
Passes if all of the following conditions are met.
In step 1b, the application can be played without any problems.
In step 2a, the application takes measures to handle the situation without problems.
Software to Be Tested
Applications that reference the system’s country setting.