Bestzillar
Bestzillar
@jpwsutton Did you see this in the emulator or on a real device? -Yes, I use real device. If it was a real device, was it connected to the broker...
Ok I know it , because I use android 6.0 for test , And I fix this problem by change alarmpingsender . alarmManager.setExactAndAllowWhileIdle(AlarmManager.RTC_WAKEUP, SystemClock.elapsedRealtime() + (delayInMilliseconds), pendingIntent); credit by https://github.com/craxidile...
Thankyou @jpwsutton and @binarybucks , What parameter to use with setExactAndAllowWhileIdle ? because I can not use parameter setExactAndAllowWhileIdle that same setExtract and set. What sample you use setExactAndAllowWhileIdle ?...