Hey guys,
I got push notification working with gcm but now i need to find the way to remove the DeviceToken/DeviceRegId from my database when for example the user uninstalled the app from his device.
In ios i am using the feedback service but i found nothing in the bundle docs about how to do this in android gcm, i also would like to know how to handle this with 'use_multi_curl' enabled.
In my parameters i have:
rms_push_notifications:
android:
timeout: 5
gcm:
api_key: xxxxxxxx
use_multi_curl: true
dry_run: false
Thank you!