简体   繁体   English

从 expo 迁移到 Bare React Native 时在 Google Play 商店中发布应用

[英]Publish app in Google play store when migrating from expo to bare react native

I had developed an app using Expo and published it in Google Play Store.我使用 Expo 开发了一个应用程序并将其发布在 Google Play 商店中。 It was running fine till now.到目前为止它运行良好。 But now I have a requirement to add a payment gateway.但是现在我有一个添加支付网关的要求。 As of now, only stripe is available in expo. I wanted to add Razorpay Payment Gateway in the app.截至目前,expo 中只有 stripe 可用。我想在应用程序中添加 Razorpay 支付网关。

So, I tried to eject the app and worked on it.因此,我尝试弹出该应用程序并对其进行处理。 But there were certain issues while building apk file.但是在构建 apk 文件时出现了一些问题。 Then I tried to create a bare react native app from scratch and eventually I completed the work.然后我尝试从头开始创建一个裸反应本机应用程序,最终我完成了工作。

Now I want to publish the app in google app store.现在我想在谷歌应用程序商店中发布该应用程序。

If I create new keystore credential and upload it in Play store, will it work or I will have to use same keystore credentials that i used using expo.如果我创建新的密钥库凭据并将其上传到 Play 商店,它会起作用还是我将不得不使用我使用 expo 时使用的相同密钥库凭据。

You need to use the same keystore and applicationId.您需要使用相同的密钥库和 applicationId。 The versionCode of the new app needs to be higher than the existing versionCode.新应用的 versionCode 需要高于现有的 versionCode。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 React-Native:如何从反应原生应用程序打开谷歌游戏商店? - React-Native: How to open google play store from react native app? 将我的 React Native 应用程序发布到 google play 时感到困惑 - Confusing when publish my React Native Application to google play 尝试使用 expo CLI 发布 React Native 应用程序时连接 ECONNREFUSED 127.0.0.1:80 - connect ECONNREFUSED 127.0.0.1:80 when trying to publish react native app with expo CLI 使用React-Native AsyncStorage在App Store / Google Play中通过应用程序更新存储数据 - Storing data through app updates in App Store/Google Play with React-Native AsyncStorage 即使完全更新,Google Play商店仍显示我的React Native应用程序的更新选项 - Google play store still showing an update option for my react native app even though it is fully updated Expo React Native WebView 在 Android 应用程序中打开谷歌地图 - Expo React Native WebView opens google maps in app on Android React Native Expo - 单击链接时从 android 浏览器打开我的应用程序 - React Native Expo - Open my app from android browser when clicking a link 尝试通过 Expo (React Native) 启动应用程序时从 NodeJS 获取 EISDIR 错误 - Getting EISDIR error from NodeJS when attempting to start app via Expo (React Native) Expo Google从Google API原生获取数据 - Expo react-native fetching data from Google API 在本机应用程序上运行 expo run 时出错 - Error when running expo run on react native app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM