i tried the first method with ios and got this log Authentication with Apple Developer Portal failed! You have no team associated with your Apple account, cannot proceed. (Do you have a paid Apple Developer account?) even tho the infos are correct what does this mean ?
Awesome Video! is there any way to easily share your app with your testers in the real device? instead of downloading and checking it in the simulator? Like metro bundler a few years ago. Thanks!
There are a few ways I can think of now; - On Android, you can download the resulting APK file and share. - Also, you can use the expo publish approach to make the app accessible through the Expo Go App on both iOS and Android. - If you have already created the app on the App Store, you can use TestFlight and PlayStore internal testing.
Hello, i am getting error after below command eas build:configure , error comes like this : Entity not authorized: AccountEntity[b2caa6c4-d7f0-4caf-9004-3ccbe7816845] (viewer = RegularUserViewerContext[ccdead27-91f1-4622-b1c8-1adf6cffd86f], action = READ, ruleIndex = -1) Error: GraphQL request failed. let me know how to solve this error
I would like to see an eas submit to google play store tutorial. No one that I can find has done one yet. Or at least an android submission from the Google Play Store that addresses the 20 testers dilemma. How is anyone finding 20 people to test your app for 14 days continuously
can you plz tellme dependencis my react native working on ios not opening on andriod ,plz provide some steps to build (react native cli ,macos) gradle version java kotlin ...
Thanks for the video. I have a problem when installing the app on ios. It says "No Bundle url present". do you know how to solve this? Any help is much appreciated.
Recheck the dependencies you have paired with expo/react native I have faced the same due to incompatible dependencies with react native. Ensure that you pair the compatible dependencies with project You can view the dependencies in package.json file
If you are on Windows, you can't build for ios locally, if you're on mac then you just need to follow the expo mac environment setup guide and you're good.
@@vaultofmythsThank you for your answer. But I'm getting these problems on Mac. Even though I made all the installations, there are no errors during testing, but it gives pods errors during compilation.
Im login apple id and error: Authentication with Apple Developer Portal failed! Failed to set up credentials. You have no team associated with your Apple account, cannot proceed. (Do you have a paid Apple Developer account?)
For Apple, yes. You can stick to the free plan if you only preview your app in iOS simulator on MacOS, but if you want to export it as IPA to share with other people, you must pay $99/year for Apple Developer membership.
am getting error while building for ios , and the error is unknown error and it comes when the pods file are generating , am using react native expo with firebase ....! give me solution
Thanks bro you saved me from 1 week hustle between me and .aab file😇😇😇
Keep going bro to help the beginers in android development 👍👍👍👍
Glad it helped. 👍🏽
Thanks so much for your tutorial. It is very educating and rich in content. I am a new react native developer and this will help me a lot.
Glad it helped!
Very Valuable Information and Correct Instruction.!!
i tried the first method with ios and got this log
Authentication with Apple Developer Portal failed!
You have no team associated with your Apple account, cannot proceed.
(Do you have a paid Apple Developer account?)
even tho the infos are correct what does this mean ?
Thank you for giving truth value
Welcome!
Awesome Video! is there any way to easily share your app with your testers in the real device? instead of downloading and checking it in the simulator? Like metro bundler a few years ago. Thanks!
There are a few ways I can think of now;
- On Android, you can download the resulting APK file and share.
- Also, you can use the expo publish approach to make the app accessible through the Expo Go App on both iOS and Android.
- If you have already created the app on the App Store, you can use TestFlight and PlayStore internal testing.
useful information for eas-cli approach for expo app builds. 👌👌Love from KL,IN 🇮🇳 🫰🫰
Thank you
would you show how to do it in windows
nice video bro and even got that in play store only aab files are valid
Yes 100%
Great video!! I want to test my React native app on IOS simultor as well, can you share how to run it on windows PC ?
The easiest way to run the iOS simulator is on macOS. Otherwise you need an actual iOS device
@@ToThePointCode Is there any way I can run IOS build on windows?
@@theadityadeshpande no
Yes you can install virtual box and have Mac OS then test the app
Hello,
i am getting error after below command
eas build:configure ,
error comes like this :
Entity not authorized: AccountEntity[b2caa6c4-d7f0-4caf-9004-3ccbe7816845] (viewer = RegularUserViewerContext[ccdead27-91f1-4622-b1c8-1adf6cffd86f], action = READ, ruleIndex = -1)
Error: GraphQL request failed.
let me know how to solve this error
Why I have to run dev-client server to run my app; when I downloaded the apk. Can you Please tell how to run my apk like normal app
You don't need to. Unless you built the apk using the development profile.
Saved lot of time😊
I can't build it says "gradle build failed with unknown error. see logs for the "run gradlew" phase for more information."
I would like to see an eas submit to google play store tutorial. No one that I can find has done one yet. Or at least an android submission from the Google Play Store that addresses the 20 testers dilemma. How is anyone finding 20 people to test your app for 14 days continuously
can we use this for just react-native not an expo app??
Yes, you can.
Yes, you can.
can you plz tellme dependencis my react native working on ios not opening on andriod ,plz provide some steps to build (react native cli ,macos) gradle version java kotlin ...
Thanks man 🙏🙏😇😇
Yes sir, i was getting an error during the configuration stage.. needed to initialize an eas command.
But yea, got the file and doing internal testing
Thanks for the video. I have a problem when installing the app on ios. It says "No Bundle url present". do you know how to solve this? Any help is much appreciated.
Is your project bare react native or expo based?
@@ToThePointCode my project is expo based.
Recheck the dependencies you have paired with expo/react native
I have faced the same due to incompatible dependencies with react native. Ensure that you pair the compatible dependencies with project
You can view the dependencies in package.json file
Apple Dev account by use iOS 17 on devices can do in this way ??? Thanks
i tried same method for ios simulator but its getting error of main js bundle does not exist how can i solve this ?
very helpful❤❤❤
Glad it was helpful!
Hello, I am trying to compile for iOS with Expo, but I constantly encounter "install pods" errors, can you help?
If you are on Windows, you can't build for ios locally, if you're on mac then you just need to follow the expo mac environment setup guide and you're good.
@@vaultofmythsThank you for your answer. But I'm getting these problems on Mac. Even though I made all the installations, there are no errors during testing, but it gives pods errors during compilation.
Do i need macOS for building ios using eas !?
No you don't.
still apple greed will make you spit 99 dollar
@@mouloudagaouaper year
Im login apple id and error:
Authentication with Apple Developer Portal failed!
Failed to set up credentials.
You have no team associated with your Apple account, cannot proceed.
(Do you have a paid Apple Developer account?)
you need a paid dev account to build buddy, he already stated that like twice in the video
Thanks teacher
Android build works fine.. but iOS always fails and I get this error: The "Run fastlane" step failed with an unknown error.
did you find a solution for this?
what about on local?
Thanks bro
Bro can you please make video on how to export web build from react native??
thanks
need developer account?
For Apple, yes. You can stick to the free plan if you only preview your app in iOS simulator on MacOS, but if you want to export it as IPA to share with other people, you must pay $99/year for Apple Developer membership.
am getting error while building for ios , and the error is unknown error and it comes when the pods file are generating , am using react native expo with firebase ....! give me solution