3

我正在尝试通过 SalesforceMobileSDK 为混合移动应用程序(IONIC、Cordova)实施 Apple 推送通知。

问题是设备令牌没有注册到 Salesforce 用户。当我使用salesforce docs中建议的以下代码时-

cordova.require("com.salesforce.util.push").registerPushNotificationHandler( function(message) {
        // add code to handle notifications
    },
    function(error) {
        // add code to handle errors
} );
4

0 回答 0