Google Play review interface can not be displayed

Godot Version4.3

Question

Add Cengiz’s InappReviewPlugin-3.0 plugin to the project, the generated package has been uploaded to Google Play backend. Run it on andriod mapper, it can display Google Play review interface normally.
But on real cell phone devices, Google Play review interface can not be displayed. Looking at the InappReviewPlugin, it shows that the log flow is normal. It is as follows:
In-app review info generation success!
Launching review flow…
In-app review flow launched!

Use the Demo project that comes with the InappReviewPlugin-3.0 plugin to generate a package with the same name as the previous project, and run it on a real cell phone device, which can be displayed normally.

Why is that?
please help me.