RevenueCat: Setting Universal Identifiers

A common question we see with RevenueCat users is how to link back a universal ID to link the subscription or consumable event with an identifiable user on other data sources.

For both Android and iOS we recommend you send along with all IDs available to expand your options on aliasing with other data sources. This will require you to set some Subscriber Attributes in the app.

Android

On Android, use the collectDeviceIdentifiers function to set the GAID as a subscriber attribute: RevenueCat documentation.

iOS

Use collectDeviceIdentifiers to automatically set the device identifiers as subscriber attributes (revenueCat Github).

Questions about user-level policy adherence?

Last updated