Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • If i want to change the Bundle Identifier? Commented Oct 12, 2020 at 16:35
  • @OliverD For Android, change application ID in android/app/build.gradle file and for iOS, change the Bundle Identifier in iOS project. Don't forget to re-configure your third-party accounts in case of google sign in, facebook sign in etc. Commented Oct 14, 2020 at 8:54
  • 1
    If you want everything clean you need also to open xcode and rename your app from there. Commented Feb 24, 2021 at 4:39
  • This fixes the app name for iOS, thanks! But the Splash Screen still has the old app name. How do I update the app name on the Splash Screen? Commented Jan 20, 2023 at 0:36