Repeated push notification

Repeated push notification

by Samet Kul -
Number of replies: 2
Picture of Testers

I am receiving the same assignment feedback notification on the mobile device (android) every time the cron job runs (every 15 min).

using moodle 2.9 and customized moodle mobile 2.6

what would be the problem?


Average of ratings: -
In reply to Samet Kul

Re: Repeated push notification

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

can you configure your messaging profile to receive the same notification via email so you can check if the problems happens using any message output system?

In this way we can discard is if a problem specific in the Push system

Juan

In reply to Juan Leyva

Re: Repeated push notification

by Samet Kul -
Picture of Testers

Hello Juan,

Thanks for your reply.

Looks like removing the debugging >>>print_r($resp); die;<<<<<  from the message_output_airnotifier resolved the problem. 

thank you.