1 year ago
#385077
Babou
Expo App works well on Development but crashes when downloaded from google play
I developed my app using expo and I was able to test it using both simulator and actual devices through the expo app. However, when I uploaded on google play and downloaded it, it crashes right away. It also got rejected by apple saying that it crashed. I don't have any logs to go on and I have been trying to reproduce the error in expo in vain. I tried running expo start --no-dev
and expo start --no-dev --minify
but that did not help. Here is my json file
{
"expo": {
"name": "App Name",
"slug": "App-Name",
"version": "2.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"config": {
"googleMobileAdsAppId": "Ca-app-pub-xxxxx"
},
"bundleIdentifier": "com.xxxxxx",
"buildNumber": "2.0.2"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"config": {
"googleMobileAdsAppId": "Ca-app-pub-xxxx"
},
"package": "com.xxxxxx",
"versionCode": 6,
"permissions":[]
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}
crash
google-play
expo
app-store
0 Answers
Your Answer