eas build ios with ssl pinning

Please provide the following:

  1. SDK Version: 41
  2. Platforms(Android/iOS/web/all): iOS

Using GitHub - MaxToyberman/react-native-ssl-pinning: React Native ssl pinning and cookies handling based on okhttp3 on (Android). and AFNetworking on (iOS) to implement ssl pinning with expo custom-native-code.
For iOS, I need to drag mycert.cer to Xcode project, mark your target and ‘Copy items if needed’ according to react-native-ssl-pinning. With eas build, what should I do with this part to add certificate to this project.

Thanks

If react-native-ssl-pinning doesn’t have a config plugin yet, you’ll need to eject your project and perform those manual steps. Or, you can take a stab at writing the config plugin yourself :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

@countcain see this post