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 have been testing and doing a lot of purchases before I got to this point.
The product I created is of type consumable both on Adapty console and App Store (not sure if it should match or not, and cannot know how it is different from lifetime type which is not an option in App Store but that is a different question..).
I am testing on internal distribution build using two sandbox test accounts. I cleared purchase history from both accounts in App Store.
I also deleted all previous profiles: DELETE https://api.adapty.io/api/v1/sdk/profiles/{id}/delete
And confirmed profiles are deleted from Adapty event feed page and from the API: GET https://api.adapty.io/api/v1/sdk/profiles/{id}/
So now we should have two virgin testAccount1 and testAccount2 and no profiles stored in Adapty.
I will be using: testAccount1 with customerUserId1 testAccount2 with customerUserId2
Starting with testAccount1:
Calling adapty.identify(customerUserId1) in my app creates new profile with no purchase record.
Then, I make a purchase and I could see a new record for that purchase as expected.
Now, I close the app and go to iOS Settings > App Store > Sandbox Accounts and sign into testAccount2 account. Reopen the app and then call adapty.identify(customerUserId2) which creates new profile but with a purchase record!
There should be no purchase record.
Here is customerUserId1 and customerUserId2 profiles comparison:
{
"data": {
"app_id": "..", // same
"profile_id": "..", // different
"customer_user_id": "..", // different
"total_revenue_usd": 0.0, // same
"segment_hash": "..", // same
"paid_access_levels": null, // same
"subscriptions": null, // same
"non_subscriptions": {
"productName": [ // same
{
"purchase_id": "..", // different
"purchased_at": "..", // same
"vendor_product_id": "..", // same
"vendor_transaction_id": "..", // same
"vendor_original_transaction_id": "..", // same
"store": "app_store", // same
"is_one_time": true, // same
"is_consumable": true, // same
"is_sandbox": true, // same
"is_refund": false // same
}
]
},
"custom_attributes": {}, // same
"promotional_offer_eligibility": false, // same
"introductory_offer_eligibility": true // same
}
}
I am using Expo 50 SDK managed workflow with EAS service.
I am testing this on iPhone 13 mini iOS 17.3.
Version
v2.7.0
What platforms are you seeing the problem on?
iOS
System info
System:
OS: Windows 10 10.0.19045CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHzMemory: 5.77 GB / 15.88 GBBinaries:
Node:
version: 20.10.0path: C:\Program Files\nodejs\node.EXEYarn:
version: 1.22.17path: ~\AppData\Roaming\npm\yarn.CMDnpm:
version: 10.2.3path: C:\Program Files\nodejs\npm.CMDWatchman: Not FoundSDKs:
Android SDK: Not FoundWindows SDK: Not FoundIDEs:
Android Studio: Not FoundVisual Studio: Not FoundLanguages:
Java: Not FoundRuby: Not FoundnpmPackages:
"@react-native-community/cli": Not Foundreact:
installed: 18.2.0wanted: 18.2.0react-native:
installed: 0.73.4wanted: 0.73.4react-native-windows: Not FoundnpmGlobalPackages:
"*react-native*": Not FoundAndroid:
hermesEnabled: Not foundnewArchEnabled: Not foundiOS:
hermesEnabled: Not foundnewArchEnabled: Not found
The text was updated successfully, but these errors were encountered:
I delete the profile and create a new test user under sandbox, then i call adapty.identify() with the new customer id , the adapty dashboard shows me the new profile associated with the last purchase.
Sadly 3 months old ticket and no response from Adapty.
Description
I have been testing and doing a lot of purchases before I got to this point.
The product I created is of type consumable both on Adapty console and App Store (not sure if it should match or not, and cannot know how it is different from lifetime type which is not an option in App Store but that is a different question..).
I am testing on internal distribution build using two sandbox test accounts. I cleared purchase history from both accounts in App Store.
I also deleted all previous profiles:
DELETE https://api.adapty.io/api/v1/sdk/profiles/{id}/delete
And confirmed profiles are deleted from Adapty event feed page and from the API:
GET https://api.adapty.io/api/v1/sdk/profiles/{id}/
Response body:
So now we should have two virgin testAccount1 and testAccount2 and no profiles stored in Adapty.
I will be using:
testAccount1 with customerUserId1
testAccount2 with customerUserId2
Starting with testAccount1:
Calling adapty.identify(customerUserId1) in my app creates new profile with no purchase record.
Then, I make a purchase and I could see a new record for that purchase as expected.
Now, I close the app and go to iOS Settings > App Store > Sandbox Accounts and sign into testAccount2 account. Reopen the app and then call adapty.identify(customerUserId2) which creates new profile but with a purchase record!
There should be no purchase record.
Here is customerUserId1 and customerUserId2 profiles comparison:
paywall.js:
app.js:
I am using Expo 50 SDK managed workflow with EAS service.
I am testing this on iPhone 13 mini iOS 17.3.
Version
v2.7.0
What platforms are you seeing the problem on?
iOS
System info
The text was updated successfully, but these errors were encountered: