Antwort auf: Push Notification Android

Startseite Foren Deutsches LiveCode-Forum Push Notification Android Antwort auf: Push Notification Android

#9491
mario
Teilnehmer

    Kopier das in dein Stack Script, mach eine Standalone, starte die App und schau, ob etwas passiert:

    on pushNotificationRegistered pMessage
    answer „Registered:“ && quote & pMessage & quote with „Okay“
    end pushNotificationRegistered

    Mehr steht nicht in meiner app.
    Lg