Skip to main content

Hi everyone, when a user creates / restores a subscription in the application - how can I get his store account (mail)? or any other identifier associated with the store acount/subscrition id. which will be the same on another device.
 is it possible? I didn't find it in documentation/examples. 

@RockStar Hello, Did you get a store account information?

 


@RockStar Hello, Did you get a store account information?

 

Unfuntarlly not


Hi everyone,

I know this thread is a bit dated, but I wanted to share some information that might still be helpful for anyone coming across it in the future.

On Android it’s maybe possible to receive the email address of an user, but on iOS that’s not. To get a users email, you have to ask for it, maybe by using a login or an contact form in your app.

After that you can use the following methods to store the email in RevenueCat if you want:

Purchases.shared.attribution.setEmail("test@example.com")

 


Reply