Profile data migration
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application android:name=".MainApplication"...>
<!-- Whether Batch should automatically identify logged-in user when running the SDK for the first time.-->
<!-- This mean user with a custom_user_id will be automatically attached a to a Profile and could be targeted within a Project scope.-->
<meta-data android:name="batch.profile_custom_id_migration_enabled" android:value="false"/>
<!-- Whether Batch should automatically attach current installation's data (language/region/customDataAttributes...)-->
<!-- to the User's Profile when running the SDK for the first time.-->
<meta-data android:name="batch.profile_custom_data_migration_enabled" android:value="false"/>
...
</application>
</manifest>Last updated

