Skip to content

ios isFreshchatPushNotification not working #46

@harindermarwa

Description

@harindermarwa

IOS push notifications working but not passing the following function so it is not updating the current chat in realtime.
(not handling the notifications from fresh chat.)

window.freshchat.isFreshchatPushNotification(notification, (success, isFreshchatNotif) => { if (success && isFreshchatNotif) { this.freshchat.handlePushNotification(notification); } });

Here is the notifications response from freshchat on any new message -
{"additionalData":{"source":"freshchat_user","channel_id":"37688","coldstart":false,"notif_type":"1","target_user_alias":"8285ADF1-AC3B-4EB7-B94B-21B2199F7D4C","conv_id":"422250267625603","foreground":true,"ephemeral":false,"mutable-content":1},"message":"hi new message","count":1,"sound":"default"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions