Does apple send notification for subscription expiry if auto-renew is turned off?

I am using App Store Server notifications.
Let say user has purchased an auto-renewable subscription for one-month and after 1 day, he turned off the auto-renew from their apple id settings. Apple is sending the STATUS change notification.
I want to know that after 1 month, will apple send the EXPIRY notification?

Hi - I'm wondering if found out the answer to this question?

With the new up coming App Store Server Notification v2 later this fall, you will get a notification when subscription expires, please check out this session for more information: https://developer.apple.com/videos/play/wwdc2021/10174/ regarding v1 notification you should be tracking DID_CHANGE_RENEWAL_STATUS and looking for information in fields such as auto_renew_stats <> true, expiration_date

Please refer this link: https://developer.apple.com/documentation/appstoreservernotifications/notification_type section Handle Use Cases for notification event for v1.

Does apple send notification for subscription expiry if auto-renew is turned off?
 
 
Q