Anysdk IOS极光推送startPush报错

--------------------------- JPush Log ----------------------------
--------------------JPush SDK Version:3.0.5–build:36----------
2019-04-28 10:58:00.322661+0800 chess-mobile[886:262998] FLQG_LOG:debug:onActionResult(PushJPush,60000,init success)
2019-04-28 10:58:00.325453+0800 chess-mobile[886:262998] FLQG_LOG:info:loadALLPlugin(), Get the supported plugins: [UserWxplugin,ShareWxplugin,YAPAS,PushJPush,]
2019-04-28 10:58:00.375754+0800 chess-mobile[886:263149] | JIGUANG | I - [JIGUANGClientController] Action - jpush setup
4 chess-mobile 0x0000000104d2b86c -[JPUSHAPNSStateReport init] + 232
5 chess-mobile 0x0000000104d2f60c -[JPUSHClientController UDPReportAPNSState] + 44
0x0000000104d2eeb4 -[JPUSHClientController setup] + 484
14 chess-mobile 0x0000000104d5e888 -[JPUSHThread clientThreadMain] + 100
4 chess-mobile 0x0000000104d2b86c -[JPUSHAPNSStateReport init] + 232
5 chess-mobile 0x0000000104d2f60c -[JPUSHClientController UDPReportAPNSState] + 44
6 chess-mobile 0x0000000104d2eeb4 -[JPUSHClientController setup] + 484
14 chess-mobile 0x0000000104d5e888 -[JPUSHThread clientThreadMain] + 100
2019-04-28 10:58:11.114252+0800 chess-mobile[886:263140] | JIGUANG | W - [JIGUANGClientController] Not get deviceToken yet. Maybe: your certificate not configured APNs? or current network is not so good so APNs registration failed? or there is no APNs register code? Please refer to JPush docs.
2019-04-28 10:58:11.578558+0800 chess-mobile[886:263126] | JIGUANG | W - [JIGUANGService] 请将JPush的初始化方法,添加到[UIApplication application: didFinishLaunchingWithOptions:]方法中,否则JPush将不能准确的统计到通知的点击数量。参考文档:https://docs.jiguang.cn/jpush/client/iOS/ios_guide_new/#_6
2019-04-28 11:00:18.640792+0800 chess-mobile[886:263147] | JIGUANG | W - [JIGUANGClientController] Not get deviceToken yet. Maybe: your certificate not configured APNs? or current network is not so good so APNs registration failed? or there is no APNs register code? Please refer to JPush docs.
2019-04-28 11:00:18.668150+0800 chess-mobile[886:263138] | JIGUANG | W - [JIGUANGClientController] Not get deviceToken yet. Maybe: your certificate not configured APNs? or current network is not so good so APNs registration failed? or there is no APNs register code? Please refer to JPush docs.
JS: 2019-04-28 11:00:26: setPushAlias 2389
2019-04-28 11:01:57.229689+0800 chess-mobile[886:262998] FLQG_LOG:error:Can’t find function 4 ‘startPush’ in class ‘PushJPush’
in ProtocolPush_setActionListener, argc:2.

调用startPush的时候报错

插件初始化的时候直接调用SDK初始化了,不用startPush了。