Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working in ios #3

Open
SteveSuv opened this issue Jan 25, 2022 · 9 comments
Open

not working in ios #3

SteveSuv opened this issue Jan 25, 2022 · 9 comments

Comments

@SteveSuv
Copy link

android is ok
but can't change appName in ios

@Gagoooooo
Copy link

not work in IOS

@jason19970210
Copy link

same issue here !

@JessRascal
Copy link

The issue is that in the Info.plist, CFBundleName is being updated instead of CFBundleDisplayName.

@mathiasgodwin
Copy link

Has anybody gotten any work around this yet? I might have to go for the manual method.

@f-prime
Copy link
Owner

f-prime commented Apr 4, 2022

I don't have the time to fix and test this right now, but I will happily accept a PR for whomever wants to fix this right now. It should be a small change made to https://github.com/f-prime/flutter_app_name/blob/master/lib/ios.dart.

As you can see on line 16 CFBundleName is being changed instead of CFBundleDisplayName. If someone wants to fix, test it, and then open a PR if it works I'll accept it.

@JessRascal
Copy link

@f-prime Yeah I was planning to do a fix for this and get a PR over to you, I just haven't had the time yet.

@eademir
Copy link

eademir commented May 21, 2022

I tested and does not seem any problem with iOS and added macOS, too. I don't know windows and linux environment so, I couldn't develop those. @f-prime I believe, you could close this issue.

@AndGreen
Copy link

AndGreen commented Jul 2, 2022

Hello everyone! Opened new pull request to fix that case. #7

@arnab
Copy link

arnab commented Feb 19, 2023

Thanks for the PR and fix, @AndGreen !

@f-prime while the change is in the code with the PR #7, the plugin has not been released to pub after this change: https://pub.dev/packages/flutter_app_name/versions.

Can you please build and release a new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants