If one event is stoped on the server side, app should not try to send any message again. So I cache the event online status when the server side return -5 which means 'event_identifier not defined in product with provided appkey', and check the online status before send event message.
If one event is stoped on the server side, app should not try to send any message again. So I cache the event online status when the server side return
-5
which means 'event_identifier not defined in product with provided appkey', and check the online status before send event message.