我想使用代理服务器进行推送通知。在worklight.properties中,如何为APNS指定用户名和密码?
# 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=
答案 0 :(得分:0)
好的,我已经查过了。
对于推送通知,Worklight使用notnoop。 Worklight中捆绑的当前版本在APNS代理中没有用户名/密码支持(SOCKS类型,我也不确定它是否支持此方法)。它在捆绑版本中不存在。
注意:无法在Worklight中升级notnoop,它集成在。
中