Expo detached app, generate iOS simulator build for Facebook App Review

How can I set publishedURL for developmentURL in “EXBuildConstants.plist” as localhost URL will not work with facebbok app review process?

I am building Expo detached app but I need to generate simulator build for Facebook App review.

Everytime “EXBuildConstants.plist” is updating automatically so my simulator build is not working without running Expo.

hi @yogendarji, in xcode, if you go to Product-> Scheme->edit Scheme it should pull up a window where you can change the build configuration to Release instead of Debug. This should not use the developmentUrl that is normally used in the Debug build

1 Like

Thanks it worked. You saved my day

1 Like

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