Question

How to get current app version in Webhook Event and GET /subscriber REST API?

  • 28 May 2023
  • 2 replies
  • 26 views

Badge +2

How to get current app version in Webhook Event and GET /subscriber REST API?


2 replies

Userlevel 3
Badge +6

Hey There! 

 

You can get the original_application_version field in the subscriber object from the response of the endpoint. This is only available on iOS and this will be null until an iOS receipt is sent for the user. After a receipt has been sent, it will indicate the first App Store version of your app that user installed.

 

Unfortunately, there isn't a way to retrieve this from our webhooks. 

 

More information on the fields that can be returned from webhooks can be found here: https://www.revenuecat.com/docs/event-types-and-fields#common-fields

Badge +2

disappointed!

Reply