react-native-purchases icon indicating copy to clipboard operation
react-native-purchases copied to clipboard

When I am passing string "1_new" in $phoneNumber attribute than not showing attribute in revenuecat dashboard

Open AjayGol opened this issue 4 months ago • 3 comments

react-native-purchases:^7.3.0

I have set $phoneNumber attribute in react-native-purchases. -

Purchases.setAttributes({
onBoardingTypePurchase: 'default_onboard',
$phoneNumber: '1_new' });

$phoneNumber not showing this attribute in revenue cat dashboard

AjayGol avatar Jun 06 '25 09:06 AjayGol