Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

aaronpearce/DevSwitch

Repository files navigation

Archived as of 24/04/2021.

Apple has again broken the URLs required for storefront switching. I've decided to archive DevSwitch due to this. If Apple ever allows these links again into the future, there are many other better choices to use such as Shortcuts to build a similar tool.


DevSwitch App Icon

DevSwitch for iOS

DevSwitch is a developer utility that allows developers to switch their storefront to easily check their app's rankings, features and more. With a list of every storefront available, DevSwitch is the ultimate storefront switching app. Bookmark your apps to easily change a store then check their localisations, reviews and features.

Key Features:

  • Siri Shortcuts
  • Quick Actions
  • Favoriting Storefronts
  • URL Schemes for inter-app integration
  • App Bookmarking

Note: DevSwitch does not function on iOS 13.0, but will on older versions on iOS or 13.1 onwards at this stage.

Follow me on Twitter at @aaron_pearce.

Buy Me a Coffee at ko-fi.com

Getting involved

Please feel free to participate in this open source project. I'd love to see Pull Requests, Bug Reports, ideas and any other positive contributions from the community!

Building the code

  1. Clone the repository:
    git clone https://github.com/aaronpearce/DevSwitch.git
  2. Pull in the project dependencies:
    cd DevSwitch
    sh ./bootstrap.sh
  3. Open DevSwitch.xcworkspace in Xcode.
  4. Build the DevSwitch scheme in Xcode.

Code Signing

If bootstrap.sh fails to correctly offer your Apple Team ID, please follow this guide to manually add it.

  1. After running the bootstrap.sh script in the setup instructions navigate to:
    DevSwitch/Configuration/Local/DevTeam.xcconfig
  2. Add your Apple Team ID in this file:
    LOCAL_DEVELOPMENT_TEAM = KL8N8XSYF4

Team IDs look identical to provisioning profile UUIDs, so make sure this is the correct one.

The entire Local directory is included in the .gitignore, so these changes are not tracked by source control. This allows code signing without making tracked changes. Updating this file will only sign the DevSwitch target for local builds.

Finding Team IDs

The easiest known way to find your team ID is to log into your Apple Developer account. After logging in, the team ID is currently shown at the end of the URL:
https://developer.apple.com/account/<TEAM ID>

Use this string literal in the above, DevTeam.xcconfig file to code sign

Thanks

Thanks to everyone for their support in development and throughout the initial review process that failed and a particular thanks to @kylehickinson for the suggestion to use Brave's .xcconfig based setup for local development signing. Credit to @jhreis for the initial implementation that I based this upon.

Flag icons were created by Freepik and are available here.

Open Source & Copying

DevSwitch is licensed under MIT so that you can use any code in your own apps, if you choose.

However, please do not ship this app under your own account. Paid or free. Not that Apple will accept it.

About

An iOS app for switching between countries on the App Store with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published