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.
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.
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?