使用Phonegap-push-plugin实现推送

时间:2016-06-02 12:46:46

标签: cordova push-notification phonegap-pushplugin

我在我的应用程序中安装了Phonegap-push-plugin,我看到我的project.PushPlugin.h和Appdelegate + notification.h中添加了两个文件。 我是否需要在Appdelegate.h文件中添加用于推送的委托? 如何使用这个新插件在应用程序中实现推送?

1 个答案:

答案 0 :(得分:0)

在您的应用程序中配置推送通知有一些步骤

App ID配置和证书

1.1。签发证书签名请求

1.2。创建应用程序ID

1.3。为App ID配置推送通知

1.4创建私钥

1.5创建配置文件

你可以去推送通知插件集成

这是注册推送通知的方法。

    DROP VIEW PUB2."accounts";
    CREATE VIEW PUB2."accounts" ( 
    "ACC-TYPE",
    "ACCOUNT-NAME",
    ANALITIC,
    ARCH,
    COUNT1,
    CURRENCY,
    PLAN,
    QUANTITY,
    "RID-ANOBJECT",
    "RID-APP",
    TRANSIT ) 
    AS select "acc-type",
    SUBSTRING("account-name", 1, 130),
    "analitic",
    "arch",
    "count1",
    "currency",
    "plan",
    "quantity",
    "rid-anobject",
    "rid-app",
    "transit"
    FROM PUB."accounts";
    COMMIT;