react-native-branch-deep-linking-attribution
react-native-branch-deep-linking-attribution copied to clipboard
Remove deprecated unarchiveObjectWithData methods
trafficstars
The method unarchiveObjectWithData is deprecated and deemed unsecure/less secure than unarchive*OfClass. Please remove the following instances of use:
- BNCKeyChain.m
- BNCPreferenceHelper.m
- BNCServerRequestQueue.m
Going to move this to an iOS SDK issue. Needs to be done.
This is going to slip a bit. Since our min supported version is lower than iOS 11, we have to maintain both methods of handling this. We're looking at whether raising the min version makes more sense than maintaining both versions.
@echo-branch understandable. Thanks for staying on top of it. It's not a huge rush but our organization would welcome the improved security.