现在,我想将App名称从“testapp”更改为“My Trips Tracker”.我怎样才能做到这一点 ?
解决方法
> Preparing an Android App for Release
> Preparing an iOS App for Release
对于Android
您似乎已经在AndroidManifest.xml中找到了这个作为应用程序条目.
Review the default App Manifest file AndroidManifest.xml located in
/android/app/src/main/ and verify the values are correct,
especially:application: Edit the application tag to reflect the final name of the
app.
对于iOS
请参阅Review Xcode项目设置部分:
Navigate to your target’s settings in Xcode:
In Xcode,open Runner.xcworkspace in your app’s ios folder.
To view your app’s settings,select the Runner project in the Xcode project
navigator. Then,in the main view sidebar,select the Runner target.Select the General tab. Next,you’ll verify the most important
settings:Display Name: the name of the app to be displayed on the home screen and elsewhere.