Thanks very much. This is really useful for me right now
@TreyHope Жыл бұрын
No problem my man, glad it was helpful 👌🏾
@rodrigonbertin6 ай бұрын
Great tutorial. Follow from Argentina
@TreyHope4 ай бұрын
Thank you my friend, much appreciated.
@gonzalocaira2007 Жыл бұрын
Awesome explanation. Thanks!
@TreyHope Жыл бұрын
Thank you 🙏🏾
@WandersonJacksonn Жыл бұрын
You are amazing, please keep up the content.
@TreyHope Жыл бұрын
Thank you! Will do!
@WandersonJacksonn Жыл бұрын
I just managed to make things work, but I still don't see it in the appstore connect yet, how long can it take to be a visible build in testflight or app store?@@TreyHope
@javiertxu18Ай бұрын
Hi, it might be quite late to ask, but how much money did it cost you to build the project? 33 minutes * mac M2 per minute cost ? Or does it have some trick to pay more money. Thank you for the video, very useful :D
@TreyHopeАй бұрын
Never too late to ask. I forgot the exact price but I know there's a certain amount of free build minutes per month, and once you go over that, then you pay per minute. I've never had a month where I paid more than $5 for my builds.
@gautamsinghmaurya39662 жыл бұрын
Hey, you did a humongous job for really thank you so much. I have one question -> if all things is working fine tester find padding bug, so how to deploy it to the play store.
@TreyHope2 жыл бұрын
Hey thank you for the comment. I don’t fully understand the question unfortunately; can you explain more?
@arnaudroncari246811 ай бұрын
Great video, it was simply and clear. Maybe you could have include the pricing ?
@TreyHope11 ай бұрын
That is a good point. I will keep that in mind.
@abdulazeezoshinowo40722 жыл бұрын
Great Video. The best video tutorial on this topic!! Is it a must I connect my flutter app with firebase to deploy to codemagic for testing/beta users, even if my app doesn't need any of the other firebase functionalities (like cloud firestore, firebase storage/database)??
@TreyHope2 жыл бұрын
If you want to use Firebase distribution for testing, then yes you would need to. But you can also use TestFlight for iOS and googles versions of testing instead. In those instances, you wouldn’t need to connect to Firebase I believe.
@abdulazeezoshinowo40722 жыл бұрын
Okay. But with Firebase distribution, I wouldn't need to setup both (TestFlight for iOS and Google versions of testing) separately, right??
@TreyHope2 жыл бұрын
@@abdulazeezoshinowo4072 correct, Firebase distribution takes care of all of that.
@abdulazeezoshinowo40722 жыл бұрын
@@TreyHope Thanks so much.. How do we connect on LinkedIn??
@TreyHope2 жыл бұрын
Just search for my name, Trey Hope and I should pop up 👍🏾
@afolayanademola4612 жыл бұрын
thank you so much
@TreyHope2 жыл бұрын
Absolutely
@atishpun4818 Жыл бұрын
Great video! would you make a video related to the setup of the .env file existing in the flutter code via code magic?
@TreyHope Жыл бұрын
Thank you for watching. I will add this to my list.
@ryu-vy9xz10 ай бұрын
Hello, Is this exalcy what I need and no longer need to buy a Mac?
@TreyHope10 ай бұрын
Correct, bit you will need an apple developer account still.
@belensaa1716 Жыл бұрын
Great video! One question: Do I have to create certificates and profiles for the app store? Or just setting automatic signature is enough. Thanks
@TreyHope Жыл бұрын
Automatic signature should be enough. It’s been a while since I published to the App Store, but if I recall correctly, I didn’t need to create certificates or profiles for submission, (don’t quote me though 😉)
@ryu-vy9xz10 ай бұрын
Hello just found this video, this is not about Apple store, Man i really need explanation on how to do it with mac alternative codemagic@@TreyHope
@accfw49542 жыл бұрын
is it possible to build and distribute ios app to appstore using windows?
@TreyHope2 жыл бұрын
I’m not 100% sure on that. Too my knowledge you need a Mac in order to build the ipa file, which is needed for iOS distribution. I don’t know if windows has made a work around for this issue yet.
@FarooqIT2 жыл бұрын
No, you can’t do this on windows for iOS distribution
@a7md2shrf2 жыл бұрын
Thank you
@TreyHope2 жыл бұрын
Of course, thank you for watching 🙏🏾
@brakenmohammedesseddik1043 жыл бұрын
One question: for Google Play store and app store. Is it required that you have create an app and deploy at least one version in order to make auto publishing with code magic? Can't we use code magic to add and deploy apps as well?
@TreyHope2 жыл бұрын
You do not have to have one version deployed in order to use code magic, you just have to ensure that you have the apps created respectfully.
@PrinceGoyal-ii2hj Жыл бұрын
is this safe to provide app manager role key to codemagic?
@TreyHope Жыл бұрын
I’m not sure to be honest.
@gilsonsouza81592 жыл бұрын
Hi man! I have a question regarding FIREBASE TOKEN: It is only me who need to generate the token, or each individual from the team should have one?/ Looks like to generate it, I have had to login with my email to validate, so I am wondering if my team will have access
@TreyHope2 жыл бұрын
You only need one Firebase token, so the entire team can use the same one.
@jejidyanjackson28682 жыл бұрын
we need to know
@TreyHope Жыл бұрын
We need to know what exactly?
@lokthar63142 жыл бұрын
al negro
@TreyHope Жыл бұрын
Thank you.
@gustavobastosribas75582 жыл бұрын
i'm trying to deploy to app store but it's occuring this error " Verify that the Bundle Identifier in your project is your signing id in Xcode open ios/Runner.xcworkspace" anyone know how to solve it?
@TreyHope2 жыл бұрын
Does your bundle id for the project in App Store connect match the bundle id in your Xcode project? They might be different. The bundle id is the “com.example.myapp”.