mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-04-19 00:03:45 +08:00
iOS - update
1.更新 SDK 2.删除过期方法 3.更新过期方法 4.删除重复方法 5.发现并修复 bug 6.优化代码 7.更新 doc
This commit is contained in:
@@ -165,17 +165,6 @@ JPushPlugin.prototype.setLocation = function (latitude, longitude) {
|
||||
}
|
||||
}
|
||||
|
||||
JPushPlugin.prototype.receiveMessageIniOSCallback = function (data) {
|
||||
try {
|
||||
console.log('JPushPlugin:receiveMessageIniOSCallback--data:' + data)
|
||||
var bToObj = JSON.parse(data)
|
||||
var content = bToObj.content
|
||||
console.log(content)
|
||||
} catch(exception) {
|
||||
console.log('JPushPlugin:receiveMessageIniOSCallback' + exception)
|
||||
}
|
||||
}
|
||||
|
||||
JPushPlugin.prototype.startLogPageView = function (pageName) {
|
||||
if (this.isPlatformIOS()) {
|
||||
this.call_native('startLogPageView', [pageName], null)
|
||||
|
||||
Reference in New Issue
Block a user