Alert Message for pushnotification
How can i change the message content for my app.
At first, title of alert message (Dark black text), you cannot change. ITβs an default message set by Apple. But Message of this alert (Below-Light texts), you can change.
For that you can set key NSLocationAlwaysUsageDescription
or NSLocationWhenInUseUsageDescription
key in Info.plist
as per your requirement and you can set their string value whatever you want to display.