TestFlight feedback
TestFlight logo from Apple developer website
Open-source tool

TestFlight feedback

Tool that is designed to ease management of user feedback received through TestFlight.

  • Date: September 2022

The main purpose is to fetch the feedback and create a GitHub Issue for each, so it can be handled better (assigned to other people, boards, teams, etc.). It’s built as a GitHub Action, so it’s easy to use straight away.

From a technical point of view, the tool is written in Swift and packed in a Swift package with an executable product. It’s set up to be installed on a device using Mint. I’ve also added the option to run it directly as a GitHub action, so it can be used just by adding workflow files to a repository. You can read more about the possibilities in the repository.

Race Weather
iOS app

Race Weather

Simple weather forecast app for motorsport events. Example usage of clean architecture.