How can I disable Android Pay? App rejected by google

After 15 successful releases I got my first rejection from Google on a simple bug fix update.
in previous version I added expo-analytics but managed to release one version with that.

I have permissions: in my app.json like before

Here’s my packages
“dependencies”: {
“axios”: “^0.18.0”,
“expo”: “^29.0.0”,
“expo-analytics”: “^1.0.7”,
“lodash”: “^4.17.10”,
“moment”: “^2.22.2”,
“react”: “16.3.1”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz”,
“react-native-section-list-get-item-layout”: “^2.2.3”,
“react-navigation”: “^2.9.3”,
“react-redux”: “^5.0.7”,
“redux”: “^4.0.0”,
“redux-promise”: “^0.6.0”,
“socket.io-client”: “^2.1.1”
}

1 Like

I just faced a similar problem: Google Play Upload declined due to Android Pay Error It was my first upload to the play store even!

Did you solve this?

Nope. If we faced the same issue so recently, it looks like it is a problem with some Expo update?

Hi all - this is likely a problem on our end. Thanks for letting us know. We’re looking into it and hope to have a fix out soon.

1 Like

@thorarinn this has been fixed in production – see here for a more detailed explanation. Google Play Upload declined due to Android Pay Error - #3 by esamelson We’re really sorry for the trouble!

1 Like

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