Questions About Automatic Subscription Lifecycle Events in Firebase Analytics (StoreKit 2, in_app_purchase, app_store_subscription_convert) #15586
-
|
Hi everyone, 1.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Wild that these questions don't get answered seeing as it's vital information if you're running tROAS UA via Google. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ibrahimdevs. Sorry for the late response. This discussion was recently brought to my attention.
Yes, to send the
The Analytics SDK still falls back on the StoreKit 1 transaction observer API. Upon observing an incoming subscription renewal, it checks the IAP receipt for that subscription's previous transaction. If that previous transaction was a free trial, then the current transaction will be reported as
Your understanding is correct. |
Beta Was this translation helpful? Give feedback.
-
|
@ibrahimdevs Correct, on Android @TaylorDale The |
Beta Was this translation helpful? Give feedback.
Hi @ibrahimdevs. Sorry for the late response. This discussion was recently brought to my attention.
Yes, to send the
in_app_purchaseevent for purchases initiated by StoreKit 2, you will need to manually callAnalytics.logTransaction(transaction).The Analytics SDK still falls back on the StoreKit 1 transaction observer API. Upon observing an incoming subscription renewal, it checks the IAP receipt for that subscription's previous transaction…