关键点总结:
- SFSmartStore 中的 - (id) initWithName:(NSString*)name user:(SFUserAccount *)user isGlobal:(BOOL)isGlobal 函数,是关键入口点函数。
- SFSmartStore 中默认是 FMDB 和 SQLChiper都引入了,所以FMDB可以调用setKey函数对数据库进行加密操作,如果不指定默认的_encryptionKeyBlock(返回一个key),就会使用com.salesforce.smartstore.encryption.keyLabel 作为默认的key。
iOS Salesforce Hybrid SDK 小知识
原文:http://www.cnblogs.com/breezemist/p/5804165.html