Blynk Notifications (title) message (in IOS)

Hi:
I’ve gotten some feedback from users of my APP that they don’t understand what to do when the App displays “Blynk Notification”. Can this be customized to use the APP name or just “Notification”.

Am using local server and first thought that it could easily be changed using the source code but can’t find any reference to “Blynk Notification” in the code. Is this something I can change? Can you provide a little direction? Also is there directions for build the server from source too.

Thanks.
5310

Already does doesn’t it?

1 Like

Hello. @Gunner you are right, but in case app is closed there may be another title.

@5310 just change/add https://github.com/blynkkk/blynk-server/blob/master/server/notifications/push/src/main/resources/gcm.properties#L4

1 Like

It can be customized in the commercial applications

With APP closed (project still running), I get the notifications similar to what @Gunner showed. Name of project in Green Text on top, and the notification that was programmed below in white text.

I am using the BLYNK Server. Android Platform, running on Galaxy S5.

This is iOS issue.

1 Like

OK. Wasn’t sure as it wasn’t mentioned iOS or Android.

Additionally I was mistaken on the color portion of the notification. All text in notification is white.

Hi:
Thanks for the update. Most users are running the APP on iOS so that maybe the issue.

I download the 30.0 source and made the change “Blynk Notification” to just “Notication”. Then run ‘mvn clean install’ in source directory. All showed “successful” but I can seem to find the server.jar it created. What is it called? Or is there another process that I need to run in order to create the final .jar?

Thanks.

5310

Hi
Found it.
Thanks.
5310

No need to rebuild, you may just create gcm.properties file in the same folder where server.jar file is.

1 Like

Dmitriy:
Sweet. Many thanks. Works as advertised.
5310