Reading List

Python Apps Rejected From App Store from Michael Tsai RSS feed.

Python Apps Rejected From App Store

Joe Brockmeier (via Hacker News): The problem at hand is that Apple’s macOS App Store is automatically rejecting apps that contain the string “itms-services”. That is the URL scheme for apps that want to ask Apple’s iTunes Store to install another app. […] That string is in the urllib parser in Python’s standard library, though […]