Please enable JavaScript.
Coggle requires JavaScript to display documents.
SDK4PartnerPlan (make clear requirements (waitting rsp from hien: 08/25 …
SDK4PartnerPlan
make clear requirements
waitting rsp from hien: 08/25 -> ???
schedule
ios
solution for some tech challenges
license management: 08/28 -> 08/29
signing file using OpenPGP
how to create sign a text file
solution 2(n pair key): exp date include on key
create is similar to solution 1
avantage
: can manage users(name/email) with keys
disadvantage
: need update primary key
solution 1: signing license file (1 pair key)
with exp date is included on license file
using gpgtool to create primary keys and subkeys. And then export public key
gpg --armor --export
gpgtest@gmail.com
> gpgTestPublicKey.asc
using this command to sign: gpg --output license.asc --detach-sig license #ios
and the command: gpg --armor --output license.asc --sign license #android
avantage
: no need update primary key
disadvantage
: can not manage users(name/email) with keys
how to decrypt file with IOS
mock devices: 08/30 -> 08/31
General UML: 9/5 -> 9/11: can be decrease time for this task
Implement: 9/12 -> 10/15
Testing and fix bugs: 10/16 -> 11/15
android
Porting: 11/16 -> 12/1
testing and fixing bugs: 12/2 -> 12/30