BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

通知情報からURL情報を削除する #190

Closed YoshihitoAso closed 5 years ago

YoshihitoAso commented 5 years ago
        message_dict = {
            "aps":{ 
                "alert":message,
                "URL": "ibet://notifications/" + notification.notification_id,
            },
            "URL": "ibet://notifications/" + notification.notification_id,
            "data": {
                "notification_id":notification.notification_id
            }
        }
YoshihitoAso commented 5 years ago

実装済