🥞
FoodZone
  • Multivendor/Stores App Setup in Flutter
  • Inside Packages
  • Application Installation
  • Admin Panel Installations
  • Restaurant owner Application
  • Driver Application
  • Google Map API and Google Place Picker API Setup
  • Firebase Push notification Configurations
  • Payment GateWay Integrations
  • Add proguard-rules.pro file for live Payment Key
  • Change Theme Color and Logo
  • Change Application Font
  • Change Application Name
  • Change Application Icon
  • Required things of admin panel and application
  • Billing & Invoice Functionality
  • How to Resolve Android Stripe Error?
  • Localization/Language Modification
  • How to add or delete the google Admob
  • Important links
  • Acknowledgment
Powered by GitBook
On this page
  • 1) For Android
  • 2) For iOS

Was this helpful?

Change Application Name

In this section we will guide your how to change application name at iOS and Android side.

PreviousChange Application FontNextChange Application Icon

Last updated 5 years ago

Was this helpful?

1) For Android

  • For Android open android folder in android studio.

  • Open the AndroidManifest.xml file and change the label name.

  • By default, you will find the labeled name is “FoodZone”.

  • Replaced with your project name.

2) For iOS

  • For IOS go to the your ios folder where you save in your system.

  • Open .xcworkspace file on the latest Xcode.

  • Go to the main target general settings.

  • Change the application name from the app name

  • Change the application from the info.plist file.

  • Clean the project using cmd+k or cmd+shift+k.

  • Build your project and run it on your latest iPhone.

Change Application name for Android Application
Open .xcworkspace file to latest xcode
Change Application Name From Target
Change Application Name from info.plist file