Android Question [ SOLVED ] StartReceiverAt for daily notification

Inrenbang

Member
Licensed User
Hi there it is been a while since i dev on android, so i kinda miss it..
My apps prior to android 12 is working well showing notification 3 times daily, using StartServiceAt, and recently i got report from users that it was crashed frequently, i think it is bcause StartServiceAt. So i change it to receiver and using startReceiverAt, unfortunately i can't get it work, as i put initial trigger from Main Activity_create or Starter Service_Create. I browse b4a forum and found example that initial trigger is using activity events like click, i tried it and it work.
So my question is how can i initially startReceiverAt from activity_create or service_create without user intervention?
 
Last edited:
Top