IAP subscription not working on android, but working in editor

I trying to add subscription to my android game, but it didn’t work. All works in editor without any errors, but when i click button on android - nothing happed. Consumable and Non consumable working in android too, but subscription not.

Have tried:
-Upload version to Closed testing in Google Console
-Added Google App ID to Store ID Overrides
-Updated Unity and IAP
-Activate subscription in Google Console
-Remove and add another subscription

but still nothing work

Try these suggestions

  • Ensure that the subscription product ID in the Google Play Console matches the product ID in the Unity IAP catalog.
  • Verify that you have properly set up the Unity IAP plugin by following the steps outlined in the Unity IAP documentation.
  • Check the debug logs in the Unity Editor and Android device to see if there are any error messages. You can also enable Unity IAP debugging to get more detailed logs.

Please note: Codeless IAP does not support subscription status.

Take a look at the IAP subscription manual for further information Unity - Manual: Subscription Product support (unity3d.com)