Implementing ssl pinning in a react-native application using TrustKit iOS
问题 I'm trying to implement SSL pinning in a react-native application (RN 0.60) and I'm using Trustkit. Following the guide posted in https://github.com/datatheorem/TrustKit these are the step that I've done: 1) Install TrustKit pod using pod 'TrustKit' and pod install 2) Added to my AppDelegate.m this piece of code: #import <TrustKit/TrustKit.h> //inside didFinishLaunchingWithOptions NSDictionary *trustKitConfig = @{ kTSKSwizzleNetworkDelegates: @YES, kTSKPinnedDomains: @{ @"www.datatheorem.com"