Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   Delphi Push Notifications (https://www.delphipraxis.net/200381-push-notifications.html)

EvgeniyKorepov 21. Aug 2019 20:49

AW: Push Notifications
 
Zitat:

Zitat von obi488 (Beitrag 1430407)
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!

Dieses Problem wurde durch gemeinsame Anstrengungen gelöst - https://quality.embarcadero.com/browse/RSP-24579


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:02 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz