If you see a name in your push notifications (often in the header or 'From' field) that is not part of the message Title you configured in the Control Panel, this is likely the Application Name.
Can I change this in the Control Panel?
No. If the name is not editable within the message Title field, it is being pulled directly from your application's settings.
How to change it
This is a configuration at the application build level (IT level). To update it:
- For iOS: Your development team must update the
CFBundleDisplayNameorCFBundleNamein the app'sInfo.plistfile. - For Android: Your development team must update the application label in the
AndroidManifest.xmlfile.
After these changes are made in the code, a new version of the application must be built and released to the app stores for the name change to take effect on user devices.
Note: You can often override this default name for specific messages by manually entering text into the Title (Header) field when creating a push notification in the Pushwoosh Control Panel.
Comments
0 comments
Please sign in to leave a comment.