All Projects → RishabhTayal → Unofficial Itc

RishabhTayal / Unofficial Itc

Licence: mit
iTunes Connect manager app for iOS.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Unofficial Itc

MTJailed-Native
A terminal emulator with remote shell for non-jailbroken iOS devices
Stars: ✭ 24 (-79.83%)
Mutual labels:  apple, mobile-app
react-native-single-select
Customizable & Easy to Use Single Select Library for React Native
Stars: ✭ 74 (-37.82%)
Mutual labels:  apple, mobile-app
Connectivity
🌐 Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.
Stars: ✭ 1,476 (+1140.34%)
Mutual labels:  apple
Lemmur
🐒 A mobile client for lemmy
Stars: ✭ 114 (-4.2%)
Mutual labels:  mobile-app
Vkbind
Single file Vulkan API loader.
Stars: ✭ 110 (-7.56%)
Mutual labels:  apple
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-10.92%)
Mutual labels:  mobile-app
Swift Sdk
LeanCloud Swift SDK
Stars: ✭ 110 (-7.56%)
Mutual labels:  apple
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+1071.43%)
Mutual labels:  mobile-app
Apple Authentication
Sign In With Apple for React Native
Stars: ✭ 116 (-2.52%)
Mutual labels:  apple
Appstoreconnect Cli
An easy to use command-line tool for interacting with the Apple AppStore Connect API
Stars: ✭ 110 (-7.56%)
Mutual labels:  apple
Alert
⚠️ Alert is a simple notification that appears on the top of the screen.
Stars: ✭ 113 (-5.04%)
Mutual labels:  apple
Conbini
Publishers, operators, and subscribers to supplement Combine.
Stars: ✭ 109 (-8.4%)
Mutual labels:  apple
Cupertinojwt
Parse Apple's .p8 private key file and sign JWT with ES256, without third-party dependencies.
Stars: ✭ 107 (-10.08%)
Mutual labels:  apple
Touchbarpong
And amazing new way of playing pong the touch bar of the new MacBook pro
Stars: ✭ 112 (-5.88%)
Mutual labels:  apple
Albookcode
Modern Auto Layout Book Sample Code And Solutions
Stars: ✭ 106 (-10.92%)
Mutual labels:  apple
Wonderful Tools Screensaver
A screensaver for macOS based on Apple's September Event 2019 opening video- Wonderful Tools
Stars: ✭ 115 (-3.36%)
Mutual labels:  apple
Tailor
An OS X status bar app to quickly check for new releases at Xcodereleases.com
Stars: ✭ 104 (-12.61%)
Mutual labels:  apple
Net Core Push Notifications
Lightweight .NET Core Push Notifications for Android and iOS
Stars: ✭ 105 (-11.76%)
Mutual labels:  apple
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (-7.56%)
Mutual labels:  mobile-app
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (-0.84%)
Mutual labels:  mobile-app

Unofficial-iTC for iOS, Android

Build Status Version GitHub contributors License Contact

What is Unofficial-iTC?

Unofficial-iTC is an iOS 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 iOS 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 iOS 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

Why not on App Store?

This app won't be published on the App Store. Apple won't allow an app which asks users to login with their iTunes Connect account and use of unauthorized iTunes Connect web APIs.

Sad

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. We usually tags issues that are ready to be worked on and easily accessible for new contributors with the "you can do this" label.

Create an issue or PR if you are interested.

Want to get involved in discussions? Join our Slack channel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].