Migrating to FCM
Last updated
<application>
<service android:name="com.batch.android.BatchPushService" />
<receiver android:name="com.batch.android.BatchPushReceiver" android:permission="com.google.android.c2dm.permission.SEND">
[...]
</receiver>
<service android:name="com.batch.android.BatchPushInstanceIDService" android:exported="true">
<intent-filter>
<action android:name="com.google.android.gms.iid.InstanceID"/>
</intent-filter>
</service>
</application>Batch.Push: Registration ID/Push Token (FCM): <your device token>