Peace Unto You! Y’all I’ve been at this for TWO DAYS loll, and now I’m officially stumped.
I’m trying to get these local notifications working in the notification center but it’s not working. I’ve tried everything I know of.
my goal is to every 10 seconds (for testing) send a notification which is a quote from a total of 77 quotes, and then if the notification is tapped it will open the game. In addition to this I would like the quote that’s sent start from 1 all the way to the 77th quote and when all 77 quotes are used, it loops to sending number 1 to 77 again. so the system has to remember if it has used a quote already. I also would like the quotes to be sent whether the game is running or not opened.
this must also all be done locally without a server.
I’m having issues trying to get it to work
I tried and starting getting errors and at this point forget everything I did I would like to start from scratch. How would I begin to do this?
Please don’t send me the manual cause I’ve spent 2 days with that and I’m here still. Like I’ve done everything, read the manual downloaded the example project and even THAT project doesn’t even send notifications to the notification center on the phone, I tried to use AI to give me a tutorial to do it myself, then I tried to use AI to code for me, I’ve tried to make the notification more simple, and the ONLY progress I’ve made is getting the system to recognize that my app can SEND notifications yet nothing sends.
I’m scrapping everything cause of Defold essentially bricked my building process, by saying a tmp file in the defold server is causing issues, so I had to delete the whole build ( I had backups) but I’m so over it. Please someone help me. This idea seems soooo simple, but when I found out not even the example project sends notifications to the notification center I felt discouraged lmaoooo.
This is sad yall fr, please help me. I’m confused, AI confused, my cousin confused, Defold gods please help us you are our only hope.
I even downloaded the defold notification manual as a PDF file to study it, but there’s no real tutorial for what I need