Question

Flutter- Email attribute issue

  • 4 June 2023
  • 1 reply
  • 86 views

Badge +1

I am using the subscriber attributes of the purchase request to know the email id of the user. I am using purchases_flutter: 4.12.0.

At the start of my app i call this helper method :

await Purchases.setEmail(mail);

Here, the mail variable is a String.

However, at my backend I am receiving the body as this:

"    subscriber_attributes: { '$email': [Object] },"

Why?


1 reply

Userlevel 4
Badge +8

Hi, can you open a ticket about this so we can better assist you? Being able to look at your user information and the way this is stored on our end will help us investigate what is happening better and that sensitive information should not be shared here. Please make a support ticket here: https://app.revenuecat.com/settings/support

Reply