Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow downloading hidden APP Urls #330

Open
nsauter opened this issue Jan 7, 2025 · 3 comments
Open

Allow downloading hidden APP Urls #330

nsauter opened this issue Jan 7, 2025 · 3 comments
Labels
feature request New feature request

Comments

@nsauter
Copy link

nsauter commented Jan 7, 2025

Description

There is a possibility to upload your app to the App Store but only allow users with a specific link to download them. Otherwise the App will not be visible for users. It would be great to have an option to paste this URL and download the ipa from that.

@nsauter nsauter added the feature request New feature request label Jan 7, 2025
@jpstotz
Copy link

jpstotz commented Jan 9, 2025

Can you provide an example link? It doesn't have to be functional, just to see the URL pattern.

@nsauter
Copy link
Author

nsauter commented Jan 9, 2025

The URL should look like a "normal" App URL. Something like: https://apps.apple.com/us/app/APPNAME*/id1234567890

*I think APPNAME is case insensitive here since the app name itself is in capital letters but the link is generated with all lowercase.

@jpstotz
Copy link

jpstotz commented Jan 9, 2025

The APPNAME* part is to my knowledge ignored by the server, you can even remove that whole part. It is just there search engine optimization and may be for users, giving them a name you can read.

Have you tried downloading such an app using the id component and supplying it as --app-idparameter to ipatool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants