-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Context:
We have an App that serves multiple countries, to solve this in Meta we create multiple datasets (thus multiple app_ids), we have implemented a switch mechanism for the app_ids / content_tokens.
Problem:
this generally works for IOS i.e. switching over to X values and logging events for that X values
in Android however, while we are at Default Value i.e. values in strings.xml match X values and logs data to that app_id, switching to Y values the app events are being sent to X values (only for LogEvents or manual event calls as automatic calls such as "app_install" works fine)
Metadata
Metadata
Assignees
Labels
No labels