android - 有没有办法在用户登录后更改应用程序名称和应用程序图标?

标签 android ios react-native

我有一个 SaaS 产品,我的每个客户都想要一个有他们的名字和品牌的应用程序,例如应用程序 Logo 等。在 android 和 ios 中或在 native react 中有什么方法可以确定用户并更改应用程序 Logo 并动态命名

最佳答案

您可以通过在 iOS 和 Android 中重新命名应用详细信息来发布具有相同源代码的多个应用,例如

  1. 应用程序图标,
  2. 应用名称,
  3. bundle 标识符 (iOS)/包名称 (Android),
  4. 屏幕截图,
  5. 启动屏幕,
  6. 自定义更改(如果需要)。

但安装到手机后无法更改应用图标和应用名称。

引用 Apple 的 iOS 应用文档:

You can change the name of your existing app only when submitting an update of your app binary. If you submit an app name which is already in use within the same geography in which your app is sold, you will be prompted to enter another name.

关于android - 有没有办法在用户登录后更改应用程序名称和应用程序图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56039393/

相关文章:

android - React native box shadow图像解决方案

android - 调用 PowerManager.goToSleep 时 Android 服务会发生什么情况?

android - Gitignore misc.xml 和 *.iml 与 Android Studio 0.8.9

android - 具有相同名称的不同应用程序?

ios - Vision-camera-code-scanner 体系结构 x86_64 的 undefined symbol react native

ios - 选项卡栏,点击 Root View Controller

reactjs - 使用 React Immutability Helpers 处理多个突变的正确方法

javascript - 是否可以使用 React Navigation 在 React Native 中的自定义和默认转换之间切换?

c# - 挂起线程花费的时间超过了允许的时间

Android 抽屉导航膨胀错误