Remove Tracker Code Signature from Build

Hi,

according to exodus-privacy our expo-powered app contains code signatures for various trackers: εxodus . We actually don’t need or use any of these and want to keep our app as clean as possible when it comes to data privacy / trackers.

Is there a way for us to remove these tracker code signatures?

Hi

You will need to switch to EAS Build.

The classic build system includes all of the native code needed by the Expo SDK. The new EAS Build includes basically only the dependencies you specify in the final app.

This also means your app will be smaller and you can install other native code in your app that you would in the past have had to eject if you wanted to use it.

1 Like

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