Solved

Is a purchase associated with a temporary user id after logIn?

  • 5 September 2021
  • 1 reply
  • 91 views

Userlevel 1
Badge +5

Hi,

The flow I want to use is:

  1. operate with anonymous user id
  2. have the user subscribe using the anonymous user id
  3. ask the user to sign in using apple sign in
  4. logIn passing apple’s user id

At this point I expect:

  1. the purchase to be associated with the new user id 
  2. the package and offering to be send down and reflect the new association and have the proper subscription information so purchaserInfo?.entitlements[RevenueCatConstants.entitlementID]?.isActive will read true

This is not happening. The package is empty. It doesn’t look like the subscription is being associated with the user id passed in through logIn. 

Is my understanding of the process correct? I’m looking at the table in https://docs.revenuecat.com/docs/user-ids and it seems like they should be merged.

 

thanks

icon

Best answer by Todd Hoff 5 September 2021, 18:42

View original

This post has been closed for comments

1 reply

Userlevel 1
Badge +5

As part of the sign in flow I did a Purchases.shared.restoreTransaction and that did what I wanted.