Hi Everyone,
I've developped a small app which has an activity layouts, but also launches a service (which runs if the mobile reboots), the purpose of the service is to send all the days at midnight some informations entered in the app: no pb with that.
So at 00:00, the service will send an eMail via SMTP and a SMS (to an address and a mobile number entered in a parameter screen).
This app and service works on my main mobile (samsung S4) and a collegue mobile (samsung S4) without any pb.
By the way, I deployed this app only sending the APK file by email, no play store.
But for the person who is supposed to really use this app, nothing is send at midnight. So I add a button to to that send duty which works for him. But The service, not at all, I must to add that his mobile is on silent mode at midnight (not airplane mode, lol).
So maybe, someone did face the same pb
Many thanks.
Patrick
I've developped a small app which has an activity layouts, but also launches a service (which runs if the mobile reboots), the purpose of the service is to send all the days at midnight some informations entered in the app: no pb with that.
So at 00:00, the service will send an eMail via SMTP and a SMS (to an address and a mobile number entered in a parameter screen).
This app and service works on my main mobile (samsung S4) and a collegue mobile (samsung S4) without any pb.
By the way, I deployed this app only sending the APK file by email, no play store.
But for the person who is supposed to really use this app, nothing is send at midnight. So I add a button to to that send duty which works for him. But The service, not at all, I must to add that his mobile is on silent mode at midnight (not airplane mode, lol).
So maybe, someone did face the same pb
Many thanks.
Patrick