AndyIbanez / andyibanez-com

Static website.
1 stars 0 forks source link

posts/getting-started-app-store-connect-api/ #51

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Getting Started with the App Store Connect API • Andy Ibanez

https://www.andyibanez.com/posts/getting-started-app-store-connect-api/

afernandez4 commented 1 year ago

Excelent post Andy, thanks! I have a question, maybe do you know how to get information about any application in appstore through the app's name? I found two different endpoints from iTunes, but I'm not sure if that is the right way to do it. This is an example to get app's information from the application id: https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&id=361309726&p=mdm-lockup&caller=MDM&platform=enterprisestore&cc=us&l=en

bill-florio commented 1 year ago

thx for the blog!

ifgokturk commented 10 months ago

hi, thank you for this post. I got an error message like "401 Not authorized & "Authentication credentials are missing or invalid.". where did i did mistake?

wujibear commented 10 months ago

What about uploading a screenshot by API? Have you had any experience with that? Finding the docs pretty unhelpful in what format to upload it when getting back the operations. Sent it as a form type in post man to the PUT url it gives you, with a file attribute set to the file I had given them the name and size of.

Any links, examples, or insight would be super helpful if you have any. Thanks!

caesiumstudio commented 9 months ago

I have been developing an app called Apporb https://github.com/caesiumstudio/apporb which implements App Connect API for various features. As it is under MIT license, and an Open Source App, you can freely download it and use it. Please give it a try :)

I am still implementing more features, the goal is to make it a helpful app for all kinds of app management and marketing needs.