Hello! If a subscription is extended for a user via the AppStoreβs subscriptions/extend/ endpoint, will Revenue Cat recognize the user is a subscriber even though the store side renewal date has changed?
In the RevenueCat endpoint (subscribers/{app_user_id}/subscriptions/{product_identifier}/defer) that allows to do that for an Android user, I read βIf the response is successful, it will contain the updated Subscriber object.β so is there is subscriber object updating to be done manually in the iOS case via RevenueCat endpoints ? π