Falha depois de publicação.

Publiquei um apk na play store, porém depois da atualização que mandei ele parou de abrir nos celulares. Sendo não apresenta nenhum problema nos testes, nenhuma atenção. O que eu poderia fazer nesse caso?

Expo CLI 3.21.3 environment info:
System:
OS: Linux 5.7 Manjaro Linux
Shell: 5.0.17 - /bin/bash
Binaries:
Node: 14.3.0 - /usr/bin/node
Yarn: 1.22.4 - /usr/bin/yarn
npm: 6.14.5 - /usr/bin/npm
npmPackages:
expo: ~37.0.3 => 37.0.12
react: ~16.9.0 => 16.9.0
react-dom: ~16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4
react-native-web: ~0.11.7 => 0.11.7
npmGlobalPackages:
expo-cli: 3.21.3

Ei, você poderia me informar quais alterações você fez entre a sua versão antiga e a nova que parou de funcionar? Outra coisa útil que você pode fazer é examinar os logs do dispositivo com o Android Studio e o adb logcat

Cheers,
Adam

*Sorry if the above doesn’t make sense (I used Google Translate :upside_down_face:)

375/5000

Hi, thanks for responding. About changes I added an admob code with expo-admob, put the settings they requested on the website in app.json and compiled with the command expo build: android -t app-bundle. I generated the log file with adb logcat that you said, but I don’t know where to start looking.

(I’m also using the translator. :wink: )

Hello again. I was doing another test, and send another bundle to the play console. This time I added expo-admob in the first beta. And the app doesn’t work. I’m thinking it may be the permissions. In this new one that I sent to the store, I only added camera permission. However in the documentation it says nothing about (https://docs.expo.io/versions/latest/sdk/admob/). Another day I will try to send without admob. (note: I can’t understand how to debug using the tool you indicated)

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.