I'm using Apple push notification service and its working fine. But I want to remove some text from message before it has to be displayed on device.
Is there any way to do that?
I'm using Apple push notification service and its working fine. But I want to remove some text from message before it has to be displayed on device.
Is there any way to do that?
The payload data which we send to APNS server is going to display on device. If you have to remove some text then it must have to remove before sending to APNS server. You can not manage notification text message.