How to modify Podfile in an Managed workflow?

Hi there:

I has implemented an App that uses rnfirebase for analytics, but with the new App Tracking Transparency of Apple I have to request permission to user for tracking it. Really I use Analytic to improve my app and don’t need the IDFA, then is annoying to me to request a permission that at the end of the day I don’t use it.

My question: How to change podfilde in an EXPO managed workflow to disabled IDFA as firebase recommend for cases as mine. See this link Analytics | React Native Firebase

I couldn’t find nothing on internet of how to do that and EXPO docs is understandably (at least for me in this specific regard). Config Plugins - Expo Documentation

Any help would be appreciated a lot.

Hi @victorglez , same issue here. Did you figure it out?

Hi! I am going to share Victor’s answer here from on of his posts on Stackoverflow: ios - How to modify Podfile in an EXPO Managed project - React native - Stack Overflow

We apologize for docs not being able to guide in creating custom config plugins for use cases like these. Will be updating the docs to be more useful at least in this case.

1 Like