You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to link my app's user id with Apple ID, how can I link that? I tried Qonversion.setUserID("myServerId") but permissions are same for different apple ids.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Use case:
I purchased subscription using sandbox account test1@appleid.com. After that I logged out and logged in with test2@appleid.com. When I called
Qonversion.checkPermissions
it shows same permissions for test1@appleid.com as well as test2@appleid.com.I need to link my app's user id with Apple ID, how can I link that? I tried
Qonversion.setUserID("myServerId")
but permissions are same for different apple ids.Beta Was this translation helpful? Give feedback.
All reactions