app store notification not working

I have two apps with bundle IDs 'com.my.ios.stage' and 'com.my.tvos.stage'. (Not a real ID)

The subscription groups are test.com.ios.subs and test.com.tvos.subs respectively.

When I create a subscription for the test.com.ios.subs group on ios, the receipt is generated well and the app store notification is also working well and notifications are coming.

The subscription created with test.com.tvos.subs does not receive any notifications.

However, when I create a subscription for the test.com.tvos.subs group on tvos, the receipt is generated well, but the notification is not coming.

For both subscriptions, if I parse the receipt and look up transactionHistory with transactionId, there is information about the previously purchased subscription.

I tried to get the notification history of each app with get_notification_history.

In com.my.ios.stage, I can see all the subscription information, including the notification I created with request_test_notification.

In com.my.tvos.stage, I only see the notification created with request_test_notification.

I'm testing in a sandbox. What is the issue?