All Projects → onanying → Apps Version Update

onanying / Apps Version Update

高扩展性的多APP版本更新API接口与后台管理系统

Projects that are alternatives of or similar to Apps Version Update

Checknewappversionavailable
It makes a request to Play Store to check if there is a new version of your published app
Stars: ✭ 69 (+38%)
Mutual labels:  update, version, app
Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (+34%)
Mutual labels:  api, update, app
Checkversionlib
版本检测升级(更新)库。an auto check version library(app update) on Android
Stars: ✭ 2,546 (+4992%)
Mutual labels:  update, version, app
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (+122%)
Mutual labels:  api, app
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (+2%)
Mutual labels:  api, app
Ionic Example App
A Ionic Example App (previously known as ionic 2 examples). Contains different examples on how to use the Ionic Framework
Stars: ✭ 61 (+22%)
Mutual labels:  api, app
bump
A generic version tracking and update tool
Stars: ✭ 33 (-34%)
Mutual labels:  update, version
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+26280%)
Mutual labels:  api, app
SSAppUpdater
SSAppUpdater is an open-source framework that compares the current version of the app with the store version and returns the essential details of it like app URL, new app version number, new release note, etc. So you can either redirect or notify the user to update their app.
Stars: ✭ 58 (+16%)
Mutual labels:  update, version
Githubupdates
Cocoa framework to install application updates from GitHub releases.
Stars: ✭ 393 (+686%)
Mutual labels:  update, app
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+492%)
Mutual labels:  api, app
Appupdater
🚀 AppUpdater一个专注于App更新,一键傻瓜式集成App版本升级的轻量开源库。(无需担心通知栏适配;无需担心重复点击下载;无需担心App安装等问题;这些AppUpdater都已帮您处理好。)
Stars: ✭ 406 (+712%)
Mutual labels:  update, version
Bignews
Android增量更新框架差分包升级
Stars: ✭ 148 (+196%)
Mutual labels:  update, app
Opensourcetest
OpenSourceTest由自动化测试-夜行者社区维护,提供的是更多地灵活性和可配置性
Stars: ✭ 37 (-26%)
Mutual labels:  api, app
Android Prince Of Versions
Android library for handling application updates.
Stars: ✭ 94 (+88%)
Mutual labels:  update, version
Apiserver
基于Laravel的API服务端架构代码
Stars: ✭ 148 (+196%)
Mutual labels:  api, app
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+6084%)
Mutual labels:  api, app
Github Funding Yml Updater
Update multiple repositories's `.github/FUNDING.yml` via GitHub API
Stars: ✭ 17 (-66%)
Mutual labels:  api, update
Omdb Graphql Wrapper
🚀 GraphQL wrapper for the OMDb API
Stars: ✭ 45 (-10%)
Mutual labels:  api, app
Go Restful Api
An idiomatic Go REST API starter kit (boilerplate) following SOLID principles and Clean Architecture
Stars: ✭ 1,043 (+1986%)
Mutual labels:  api

项目简介

一个可以给需要在线自动更新版本的手机或桌面软件的APP接口与后台管理的web程序。

提供了以下功能:

本项目 采用php+html5+css3开发

  • APP更新接口返回json格式的更新数据
  • 支持多个app的版本更新管理
  • 提供永远下载最新版本的url地址
  • 输出可永远下载最新版本的二维码
  • 前后端都为开源框架开发,更好的扩展性。(后端框架:CodeIgniter,前端框架:amazeui)

安装步骤

  • Step 1:新建一个mysql的数据库
  • Step 2:打开sql文件夹内的数据库文件,在新建立的数据库中执行
  • Step 3:打开application\config下的database.php,根据你的环境修改port、password、database参数
  • Step 4:打开application\config下的config.php,根据你的需要修改 “中文备注” 的那几个参数,其他参数默认即可
  • Step 5:开启Apache的Rewrite模块
  • Step 6:修改php.ini,使之支持大文件上传,修改 file_uploads = on; upload_tmp_dir = "/tmp"; upload_max_filesize = 50m; post_max_size = 50m; max_execution_time = 600; max_input_time = 600; memory_limit = 32m;
  • Step 7:使用浏览器进入config.php配置的base_url地址,后台管理默认用户名为 admin,默认密码为 123456

屏幕截图

  • APP更新接口返回的json

image

  • APP列表

image

  • 版本列表

image

  • 永远下载最新版本的url地址

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].