I have implemented In-App updates in android. I want to check that how many users have got Flexible or immediate screen. Is there any way to check this?
Asked
Active
Viewed 68 times
0
-
1there is no explicit tracking API in the in-app update feature. but you can your analytics tracker to track this event [flexible - immediate]. – Ahmed Garhy Jul 10 '20 at 07:38
-
@ahmed ewess: How can I add custom analytics to track this? Is there any way. – Isha Jul 14 '20 at 06:27
-
if you're using any analytics platform like firebase analytics or adobe analytics, so you can track if the in-app update dialog appears or not using track event/screen options you also can track if the user press on update or cancel – Ahmed Garhy Jul 14 '20 at 13:31