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

AppStore won't open if no App Id is provided #22

Open
Abdelalim-dev opened this issue May 22, 2020 · 9 comments
Open

AppStore won't open if no App Id is provided #22

Abdelalim-dev opened this issue May 22, 2020 · 9 comments

Comments

@Abdelalim-dev
Copy link

If no arguments are provided, it will consider the current package.

This part didn't work on iOS.
I had to set the App Id of my application for it to open the AppStore page.
My test was made on an iPhone 6 with iOS 12

@pythoneer
Copy link

pythoneer commented May 25, 2020

I can confirm this. Looks like the code that is trying to get the appStoreId by itself is failing and does not expect the way it fails, thus not returning any error to the user (programmer).

this code passage is trying to fetch values by requesting this endpoint http://itunes.apple.com/lookup?bundleId=<bundle identifier>. I have tested it myself manually and it looks like this endpoint is not returning the correct or needed information anymore. This is what i am getting back for my specific bundle indentifier




{
 "resultCount":0,
 "results": []
}

This is maybe related to the fact that apple is shutting down itunes (or already has)?
https://support.apple.com/en-qa/HT210200

Manually providing the id is working though.

@Purus
Copy link
Owner

Purus commented May 25, 2020 via email

@pythoneer
Copy link

I can help with a PR and Testing on actual devices. I have no clue how to regain the functionality, because the original (itunes) service is seemingly dead. Idk if there is any other way to get the information from.

@Purus
Copy link
Owner

Purus commented Mar 7, 2021

Unfortunately, I can't test or fix this as I don't Mac machine.

@SachinTanpure
Copy link

It's April 2021. Any solution for this. I am facing this issue.

@Purus
Copy link
Owner

Purus commented Apr 8, 2021 via email

@pythoneer
Copy link

The primary Problem is not "having a Macintosh PC or not". The primary Problem is gathering the needed information that is equivalent to the information that was previously provided by the itunes service that was shut down by apple.

@vytautas-pranskunas-
Copy link

any updates?

@nicolasvahidzein
Copy link

How can I help, i have a mac and iphones?

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

No branches or pull requests

6 participants