chaimPaneth / react-native-zoom-bridge

22 stars 15 forks source link

ZoomSDK has not been initialized successfully #35

Open aditiproctur opened 3 years ago

aditiproctur commented 3 years ago

Platform

Android 
buildToolsVersion = "29.0.3"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29

Issue

code: "ERR_ZOOM_INITIALIZATION"
framesToPop: 1
message: "Error: 2, internalErrorCode=3025"
nativeStackAndroid: []
userInfo: null
stack : "Error: Error: 2, internalErrorCode=3025
    at Object.fn [as initialize] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:2141:36)
    at initZoom$ (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:318916:82)
    at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25701:19)
    at Generator.invoke [as _invoke] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25877:24)
    at Generator.prototype.<computed> [as next] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25744:23)
    at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25701:19)
    at invoke (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25777:22)
    at http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25807:13
    at tryCallTwo (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:27100:7)
    at doResolve (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:27264:15)"
clean and rerun not working.

@chaimPaneth Please provide a solution. I am getting this error in a production environment.