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.
It's answered on Expo forum
Change in xcode, go to Product-> Scheme->edit Scheme
and change build configuration to Release
.