[SOLVED] Error . Reason Mismatch Sender Id (notifications not working on IOS & Local Server

Hi
Started getting the error in my blynk.log.
15:30:07.625 ERROR- Error sending push. Reason MismatchSenderId
15:30:19.623 ERROR- Error sending push. Reason MismatchSenderId
15:30:31.621 ERROR- Error sending push. Reason MismatchSenderId
15:30:43.626 ERROR- Error sending push. Reason MismatchSenderId
15:30:55.623 ERROR- Error sending push. Reason MismatchSenderId
15:31:07.630 ERROR- Error sending push. Reason MismatchSenderId
15:31:19.621 ERROR- Error sending push. Reason MismatchSenderId
15:31:31.624 ERROR- Error sending push. Reason MismatchSenderId
15:31:43.633 ERROR- Error sending push. Reason MismatchSenderId
15:32:21.668 ERROR- Error sending push. Reason MismatchSenderId

Any idea what’s causing it?

5310

Possibly becasue you have a MismatchSenderId? :wink:

But seriously, you haven’t supplied anything else that might be helpful… like versions, hardware, server type, sketch, etc… perhaps you can enlighten us with some details?

I did Google your error, and searched here in the forum… simply put, something is messing with the connection… but some context is still required.

Please try to remove and add push widget again. Does that help?

What is a Push Widget? Am I missing something here?

It is called “Notifications” in app :slight_smile:.

1 Like

Thanks. Will remove Widget. I did notice that the Notification message were not working anymore.

Running
local server 0.26
blynk 4.6. I belive
Photon 0.6.2

Please update this topic when you try it.

Hi
Did not work. Getting same error message after deleting / re-adding Notify Widget. Any ideas?
5310

Did you change any properties? What is exactly app version do you have and exactly server version?

App is 4.8
Server is 0.26.0
Delete and then added Notify Widget.

What properties are you talking about?

Is this how I get the value of a VirtualPin to test of an LED is on or off?
int value = Blynk.syncVirtual(V12);

We do not have such app version.

Sorry. Give particle by mistake

App running 2.9.8 (0) on IOS.

Push notifications for iOS on Local Server are not implemented.

It worked on 0.25.4 of server with previous app version. But not all the time. Any idea when?

How do I read a virtual pin? I need to tests whether an LED is on or off.

I don’t think this is possible.

Nope.

Blynk.notify work when I started my project on IOS. I wrote the code, it worked and stopped. I would have been using Blynk Cloud server at the time. Now I’ve installed local and never saw a notification since.

Wanted to see if Virtual LED was on. Workaround by saving status when led.on or led.off was used.

That’s correct. Due to Apple limitations it requires a lot of efforts. So we skipped this for local server.

Thanks. I guess I can live without it.

i just ran into the same thing…
can anybody tell me if it is gonna be there somewhere in the future soon? push notifications would be pretty awesome!

@sturze This post was only a few days ago, so unless Apple has had a change of heart over the weekend… it might be awhile :wink: