Hello community,
I'm encountering some difficulties with my Business Central app, particularly with the Free trial offering and installation process. I developed an app for AppSource with RSP range, and during the offer creation in Partner Center, I selected the Free trial option. However, when attempting to install the app using my personal account for testing purposes, I'm encountering an error stating that it's not supported in my country, despite specifying my country as a supported region in the offer settings.
Additionally, I attempted to install the app manually after changing the app ID in my app.json file. However, this resulted in another set of errors during installation:
```
/Package validation failed due to the following error(s): src/Codeunit/MyCU.Codeunit.al (1,19) - Error PTE0001: Codeunit 'MyCU' has an ID of [xxxxxxxx]. It must be within the range '[50000..99999]'./
```
Steps Taken:
1. Checked the supported country settings in the offer creation, ensuring my country is included.
2. Followed troubleshooting steps mentioned in https://yzhums.com/30112/, but the issue persists.
3. Attempted to manually install the app after modifying the app ID, leading to the second error mentioned above.
Questions:
1. How can I resolve the error regarding the unsupported country during the Free trial installation, even though the country is specified as supported?
2. What steps can I take to address the codeunit ID range error encountered during manual installation?
Any insights or guidance on resolving these issues would be greatly appreciated.
Thank you in advance for your assistance.