Socket
Book a DemoInstallSign in
Socket

over-the-air

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

over-the-air

Over The Air distribution for Android and iOS

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

OTA

🚀 Distribute yours apk and ipa files over the air. Uses ngrok for public distribution urls. Just scan the qrcode from the terminal to install the app.

Installation

npm install over-the-air --save-dev
# or install it globally
npm install over-the-air --global

Args

NameDescription
app_nameApp Name
app_versionApp version. Use the semantic version (major.minor.patch).
package_nameApp package name
apkLocation of the .apk file to distribute
ipaLocation of the .ipa file to distribute

When distributing .ipa files it will copy the default manifest.plist file from the static folder so iPhone/iPad could show the installation dialog after qrcode scan.

Using the cli

over-the-air --app_name "MyAppName" \
  --app_version 1.0.0 \
  --package_name "com.myapp.package.name" \
  --apk path/to/file.apk \
  --ipa path/to/file.ipa

Using node script

// index.js
const ota = require('over-the-air');

ota({
  name: 'MyAppName',
  version: '1.0.0',
  package: 'com.myapp.package.name',
  ipa: '/path/to/file.ipa',
  apk: '/path/to/file.apk'
});

then

node index.js

Scan the QR Code

Captura de Tela 2019-04-16 às 17 31 46

FAQs

Package last updated on 23 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.