Thema: Delphi Push Notifications

Einzelnen Beitrag anzeigen

obi488

Registriert seit: 16. Apr 2019
17 Beiträge
 
#7

AW: Push Notifications

  Alt 16. Apr 2019, 12:16
Obacht mit Delphi 10.3.1 und IOS 12.2!

Mit dieser Konstellation wird die Pushnachricht nicht zur App geleitet, ein Tap auf die Notification crashed die App!

Lösung: "Auskommentieren" der Zeile in FMX.Platform.IOS:

// Local notification
if TOSVersion.Check(10) then -> if false and TOSVersion.Check(10) then

dann gehts wieder!
  Mit Zitat antworten Zitat