parse-community/parse-embedded-sdks

Duplicate push on embedded API during startup

d0n13 opened this issue · 2 comments

I have the parse SDK on a RaspberryPI and I have setup my callback. All is working perfectly but when I restart the code on the Raspberry I get the last push I sent which was already processed.

This happens every restart of the app on the Raspberry. Is this intended and do I need to write code to ignore it or do something else?

That issue should be fixed with the following commit: f2e4691. Can you try the latest 1.0.1-rc3? You should not be getting repeated pushes on restart since that change.

Hi mtl2034
Yes, that solved my issue. Thank you