Suchi
Suchi

Reputation: 10039

iOS - where does the push notification dialog reference the app name from

I want to change the name of my app printed on the dialog prompting the user to receive push notifications - "Myapp would like to send you push notifications". I want to change Myapp to something else. I tried changing my project name, but it did not work. Where is that name referenced from?

Upvotes: 1

Views: 254

Answers (1)

alexandresoli
alexandresoli

Reputation: 928

Maybe you need to check Bundle display name on Info.plist.

Upvotes: 2

Related Questions