Skip to content

RishabhTayal/itc-android

Repository files navigation

iTunes Connect Manager for Android, iOS

GitHub contributors License Contact

Get it on Google Play

What is iTC Manager?

iTC Manager is an Android app to manage your iTunes Connect account on the go. The Apple iTunes Connect iOS app is nice, but lacks features like:

  • TestFlight build management.
  • Submitting build for App Store/TestFlight review.
  • View App Store reviews and respond to them.
  • Support for multiple account login.

This project aims to make an Android app which is more powerful than the Apple's official iTunes Connect app. Some features like multiple account login are already implemented.

Why

You might ask, why do we need another app for managing iTunes Connect since there is already one by Apple.

  • iTunes Connect interface is not mobile friendly and very slow.
  • iTunes Connect official app lacks features such as TestFlight management, Build management, multiple account support.

How does it work?

The Android app communicates with a server hosted on Heroku, which then interacts with the Apple API. First you need to deploy and host the server on heroku. After the server is hosted, you need to specify the server path in the app in the format https://example.herokuapp.com/. Then the app will communicate to your hosted server and the hosted server will communicate to the Apple iTunes Connect.

Your iTunes Connect credentails and any other sensitive information are not stored/viewed by the app.

This happens using fastlane, which is written in Ruby.

Installation

Server

Deploy your server and use the server url in the app. Click the Heroku button to instant deploy.

Deploy

Contributing

Want to see something implemented in the app? We are always looking for some contributors who can help with some more features. Read the Contribution Guideline.

Create an issue or PR if you are interested.

Want to get involved in discussions? Join our Slack channel