schibsted / account-sdk-ios

⛔️ DEPRECATED SchibstedAccount SDK for iOS
MIT License
6 stars 16 forks source link

Fixed crash when NSKeyedUnarchiver.unarchiveObject tried to unpack ObjC version of the SPiDAccessToken #315

Closed clausjoergensen closed 3 years ago

clausjoergensen commented 3 years ago

After the type was converted to Swift, the full type name changed, which could cause a crash unarchiving the ObjC type due to a type name mismatch.

zamzterz commented 3 years ago

Additional necessary fixes after manual testing added in #316