ibm mobilefirst - How do I deregister device in MFP -
i sending push notification via external script , capturing response return mobilefirst. response 200 , messageid in response json object
how can simulate error condition?
i used mfp api remove subscription, removing device device tab in mfp console. however, can still send , receive push notification deviceid .
unsubscribing tag subscription (which have subscribed in code) not clear subscriptions. default push.all tag subscription stays in db. why able still send notifications.
you can remove device registration either using sdk ( mentioned gaurab) or use rest api call this.
details here: push device registration delete
Comments
Post a Comment