Integration Entry for Older SDK Versions: Developer Upgrade Guide from Android SDK V3.x to V4.x (Will no longer be maintained after V4.x) Code backup is in the backup-master branch
Version Update Notes:
PPBTKitDemo&Android_ReleaseNotes-EN
•
Notes for upgrading from V3.x to V4.x: From 3.x to 4.x, module splitting has been done, which will require updating the obfuscation file and changing the paths of some corresponding class objects after upgrading to 4.x
•
Upgrading from V3.x to V4.x mainly involves splitting the computing library and Bluetooth protocol module, allowing users to choose the SDK according to their needs.
Obtain AppKey, AppSecret, config file, and Secret
After completing registration on the Lefu Open Platform , you can obtain the AppKey and AppSecret of the current account after filling in complete company information
Calculation Library Secret Acquisition and Configuration:
Note: The calculation library Secret and AppSecret are different.
Running the Demo does not require modifying the calculation library Secret, but in your own project, you must modify the calculation library Secret.Specifically, check the SecretManager configuration.
Secret Acquisition and Configuration:
You need to provide the corresponding calculation library Secret generated based on the package name of your application. The specific process is as follows:
•
Send your application package name(applicationId) via email to pengsiyuan@lefu.cc,oujialing@lefu.cc
•
Wait for the email reply, and you will receive your own secret.xlsx
•
Replace the secrets in SecretManager one by one with those in the obtained secret.xlsx. Different algorithms result in different secrets.
For details, please refer to:
Matters related to Android's support for 16KB page size