How to test SignificantChange Permission Ask

I'm developing for compliance with Texas law in the United States. Currently, I'm encountering an issue where I want to test the feature point "when the app undergoes significant changes, a supervised user initiates a request." However, during actual testing, the app pops up an error message: "Can't Ask, An Unknown error occurred."

Additionally, I see the following error message in the Xcode Console: "Error Domain=AskToCore.ATMessageComposeValidationError Code=4 'The user is in a region that does not support this type of ask.' UserInfo={NSLocalizedFailureReason=The user must be in a supported region to use this feature., NSLocalizedRecoverySuggestion=Please ensure the user is in an eligible region., NSLocalizedDescription=The user is in a region that does not support this type of ask.}"

I am indeed not in the Texas region.

I want to conduct full-process testing before the feature is released to the App Store.

What should I do?

Apart from Sandbox testing (which, in fact, doesn't show any pop-ups either), how can I test under real-world conditions?

How to test SignificantChange Permission Ask
 
 
Q