I am planning to release my app to beta track before the prod. But I would like to enable in-app-bug reporting only for the beta users. Instead of creating two APKs(enabled in prod beta & disabled in prod), can I know programmatically from which track user has installed the app, is there any API available for that?
what I want to achieve is,
if(app installed from beta track)
enable in-app-bug reporting
else
disable in-app-bug reporting