When I first uploading an aab in the internal testing section of play console. The app uploaded successfully but It wasn’t lauching after succesfull installation. When I tried to upload a second internal testing version, versionCode 2, I am getting this erro.
this is my
this is my app.json file
<code>{
"expo": {
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/icon.png",
"color": "#ffffff"
}
]
],
"scheme": "com.velho.comercial.appservicos",
"name": "appservicos",
"slug": "appservicos",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.velho.comercial.appservicos"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.velho.comercial.AppServicos", //changed here from com.velho.comercial.appservicos to com.velho.comercial.AppServicos but didn't work
"versionCode": 2
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "7ab8bc96-fb13-46b0-9220-f35ae0ba645b"
}
}
}
}
</code>
<code>{
"expo": {
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/icon.png",
"color": "#ffffff"
}
]
],
"scheme": "com.velho.comercial.appservicos",
"name": "appservicos",
"slug": "appservicos",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.velho.comercial.appservicos"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.velho.comercial.AppServicos", //changed here from com.velho.comercial.appservicos to com.velho.comercial.AppServicos but didn't work
"versionCode": 2
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "7ab8bc96-fb13-46b0-9220-f35ae0ba645b"
}
}
}
}
</code>
{
"expo": {
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/icon.png",
"color": "#ffffff"
}
]
],
"scheme": "com.velho.comercial.appservicos",
"name": "appservicos",
"slug": "appservicos",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.velho.comercial.appservicos"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.velho.comercial.AppServicos", //changed here from com.velho.comercial.appservicos to com.velho.comercial.AppServicos but didn't work
"versionCode": 2
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "7ab8bc96-fb13-46b0-9220-f35ae0ba645b"
}
}
}
}
Someone could help?e