I need to find the Bundle ID of my app to add it to my firebase project.
I use VS Code for flutter development, but all the guides online on where to find the bundle id explain how to find it with xcode, which I cannot have since I have a PC
In the root folder of your project you probably have a file called Info.plist if you open this file in any text/code editor you can search by CFBundleIdentifier. The next line will show your Bundle ID.
Inside Runner.xcodeproj folder, open project.pbxproj
Then to search, press CTRL+F
Search for PRODUCT_BUNDLE_IDENTIFIER
You will get your ios bundle id.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With