Cant get Blynk Notifications on ios

Hi all,

I have the exact same problem as described here:

http://community.blynk.cc/t/ios-update-and-push-notifications/1290/51

In this thread mentioned above there was no given solution…
I get notifications while the app is running in the foreground but no notifications when app is not running.

ios version 9.02

Part of my code

void setup() {
  pinMode(BUILTIN_LED, OUTPUT);
  digitalWrite(BUILTIN_LED, LOW);
  Serial.begin(115200);
  sensors.begin();
  delay(30);
    
  HeartBeatLEDTimer.setInterval(MilisHeartBeat, HeartBeatLEDProc);

  Blynk.begin("xx", "xx", "xx");
  while (Blynk.connect() == false) {
  }

  Blynk.email("xxxxxx@gmail.com", DeviceId + " Device is UP", DeviceId + " Device is UP"); 
  Blynk.notify(DeviceId + " Device is UP");
}

Hi

did you try to search before this Topic?

@Pavlo @iOSDev
priority issue.