Build APK & IPA

chevron-rightHow to build apk and ipa?hashtag
chevron-rightCommon things to check before taking buildhashtag
  1. When you have an error, download the error file and try to read it. Even if you are not a developer, you might be able to understand the error. So give it a try.

  2. Make sure that if you have push notification enabled in Twinr, it must be enabled in your bundle identifier as well under AppStore account.

  3. Make sure you click on Publish to production before taking any build.

  4. Contact on live chat or via email if you could not understand it.

chevron-rightHow much time it takes to complete a build?hashtag

For android, it takes around 5 mins. For iOS, it takes 15 mins for the build and then 15 mins to process that build to appear under your TestFlight account.

chevron-rightDo I need to take a new build everytime I do the changes?hashtag

No. if you need to change something in your app which is related to UI changes and not dependant on any third party platform, you can do the changes and click on publish to production. You LIVE users will have the changes immediately on the LIVE app. If you have changes like, enabling push notification or changing splash screen, you need to create a new version and publish again.

chevron-rightBuild Error: The build with the version β€œ%” can’t be imported because a later version has been closed for new build submissionshashtag

Solution: Create a new version on AppStore. For example, if the current live version is 1.0.0, create new version 1.0.1 using "+" sign in AppStore. Also, create new version 1.0.1 on Twinr

chevron-rightBuild Error: No matching client found for package name 'com.example'hashtag

Solution: Package name and bundle id in firebase console and in Twinr must match. Please check that you have used the same package name at both places. Image 1 : Firebase Console Image 2 : Twinr Android Package name & iOS bundle id

chevron-rightBuild Error: Authentication credentials are missing or invalidhashtag

Solution: Check the Signing info form. There must be one of the field information which is incorrect. Check for extra space as well!

chevron-rightBuild Error: Couldn't find app 'com.example' on the account of '' on App Store Connecthashtag

Solution: Make sure you have created an app under your AppStore account using the same bundle id that you gave in Twinr. Create new app using "+" button. Make sure you have created bundle id for that app. Request a new build after finishing these steps.

chevron-rightBuild Error: Couldn't find bundle identifier '%' for the userhashtag

Solution: Create a bundle identifier on AppStore using same name as you gave on Twinr. See video: https://youtu.be/ZQC_DgKp7-karrow-up-right

Then create an app using that identifier.

Last updated