Push notification IBM Worklight 5.0.6.1-通过代理服务器推送通知

Push notification IBM Worklight 5.0.6.1-通过代理服务器推送通知,push-notification,ibm-mobilefirst,worklight-server,Push Notification,Ibm Mobilefirst,Worklight Server,我想使用代理服务器进行推送通知。在worklight.properties中,如何为APN指定用户名和密码 # Push GCM proxy settings #push.gcm.proxy.enabled=false # protocol may be either http or https #push.gcm.proxy.protocol= #push.gcm.proxy.host= # negative value means default port #push.gcm.proxy

我想使用代理服务器进行推送通知。在worklight.properties中,如何为APN指定用户名和密码

#   Push GCM proxy settings
#push.gcm.proxy.enabled=false
# protocol may be either http or https
#push.gcm.proxy.protocol=
#push.gcm.proxy.host=
# negative value means default port
#push.gcm.proxy.port=-1
#push.gcm.proxy.user=
#push.gcm.proxy.password=

#   Push APNS proxy settings
#push.apns.proxy.enabled=false
# only SOCKS proxy is supported at the moment
#push.apns.proxy.type=SOCKS
#push.apns.proxy.host=
#push.apns.proxy.port=
好的,我查过了

对于推送通知,Worklight使用。Worklight中捆绑的当前版本在APNS代理中不支持用户名/密码(它属于SOCKS类型,我也不确定它是否支持此方法)。它在捆绑版本中不存在


注意:不可能在Worklight中升级notnoop,它集成在中。

我假设您尝试过push.apns.proxy.username/password?是的,尝试过。似乎在APNSMediator.java(com.worklight.integration.notification.apns)中没有定义这样的属性?我只能看到push.apns.proxy.enabled、push.apns.proxy.type、push.apns.proxy.host和push.apns.proxy.port。因为GCM的用户名和密码可以在Worklight中指定。我假设它在GCM proxy中受支持?