简体   繁体   中英

Restricting access to Android libarary

I created Android library that will be used as library for different project like Http library which contains functionality related to Http communication. I know i need to upload the .aar(Android Archieve) file to jcentre repo so i used bintray.com and used this to create aar and upload to bintray server

The issue i am facing that how i can restrict the access of library ie library can be accessed by valid credentials.

Bintray has very sophisticated entitlements model, which allows you to control who can see and download your package. You can rely on Bintray's user management, use your own (or 3rd party) user management, or generate obscure (secret) URLs, optionally limiting them by expiry time or number of downloads.

Please see Bintray documentation for details on how to limit your package access and generate entitlement links .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM