react-native-branch-deep-linking-attribution icon indicating copy to clipboard operation
react-native-branch-deep-linking-attribution copied to clipboard

Remove deprecated unarchiveObjectWithData methods

Open kyleclegg opened this issue 4 years ago • 3 comments
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

kyleclegg avatar Dec 28 '20 21:12 kyleclegg

Going to move this to an iOS SDK issue. Needs to be done.

echo-branch avatar Dec 28 '20 21:12 echo-branch

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 avatar Jan 12 '21 21:01 echo-branch

@echo-branch understandable. Thanks for staying on top of it. It's not a huge rush but our organization would welcome the improved security.

kyleclegg avatar Jan 22 '21 17:01 kyleclegg