1.0.6 • Published 2 years ago

com.bittee.libs.deploycenter v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

com.bittee.libs.deploycenter

Getting started

$ npm install com.bittee.libs.deploycenter --save

Mostly automatic installation

$ react-native link com.bittee.libs.deploycenter

iOS add to file Info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>app-deploycenter</string>
</array>

Usage

import { DCVersion, setAppKey } from 'com.bittee.libs.deploycenter';
setAppKey(AppID, AppInstallKey);

//check for login
var isAllow = await DCVersion.checkVersion(IsCheckForLogin);
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago