react native abb file issue
Unanswered
wWHYSOSERIOUSs posted this in #help-forum
I built aab using expo no when the user uploads it he gets the
you don't have permission to share internal app sharing for "x.x.x"
anyway to solve it
?
My eas.json
My app.json
you don't have permission to share internal app sharing for "x.x.x"
anyway to solve it
?
My eas.json
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {}
}
}My app.json
{
"expo": {
"name": "LIT",
"slug": "lit",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#172643"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#172643"
},
"package": "com.tic.lit"
},
"web": {
"favicon": "./assets/lit.png"
},
"extra": {
"eas": {
"projectId": "a7d3=.x.x.x.x.x"
}
},
"plugins": [
[
"expo-updates",
{
"username": "tictech"
}
]
]
}
}