Skip to content

pysGitHub/UpdatePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpdatePlugin

使用方法:
1.在自己的项目中使用ionic cordova plugin add cordova-autoupdate-plugin加载插件 2.在想要使用的.ts文件中添加以下操作: ① 在import和@Component添加 declare let cordova: any; ② 实现下面的方法

// 自动更新
cordova.plugins.UpdatePlugin.coolMethod(传入的url,function (message) {
},
function (error) {
});

注意事项: 这个插件的自动更新ios部分企业分发的ipa包。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published