ApolloDBapp 数据库
ApolloDB 是一个容易实现和安全的数据库。
使用:
BOOL passcodeIsValid = [[ApolloDB sharedManager]startSessionWithPasscode:@"yourDBPasscode"]; //Set a passcode for encrypting and decrypting your DB
if (passcodeIsValid==false){
//The given passcode is different from the DB passcode
}
评论
