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/)
-   -   iOS Push Notification (https://www.delphipraxis.net/166734-ios-push-notification.html)

Mavarik 6. Mai 2013 13:11

AW: iOS Push Notification
 
Wie hast Du das Problem mit der Meldung:

keine gültige aps-eviroment-Enttitlement-Zeichenkette gefunden

gelößt?

Mavarik

Thomasl 6. Mai 2013 21:05

AW: iOS Push Notification
 
Das Problem hatte ich zuerst auch.
Kompilieren, dann die Datei *.entitlements im Debug/Release Ordner anpassen und dann ohne was am Source zu ändern noch mal Kompilieren (wie im Video)

Geht bei jemandem Sound in der Pushnachricht?

Delphi-Quellcode:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>aps-environment</key>
   <string>development</string>
   <key>get-task-allow</key>
   <true/>
</dict>
</plist>

Thomasl 6. Mai 2013 21:17

AW: iOS Push Notification
 
Hier ist noch eine Anleitung, habe ich noch nicht probiert(kann kein Spanisch)

http://lfgonzalez.visiblogs.com/2013...-mas-elegante/

RWarnecke 10. Okt 2013 21:59

AW: iOS Push Notification
 
Hat jemand die Anleitung schon ausprobiert ? Wenn ja, kann mir jemand dabei helfen, wie ich die Änderungen einfüge. Ich kann nämlich kein Spanisch und mit einem Online-Übersetzer habe ich es schon probiert und es nicht geschafft.


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:26 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