Post

Replies

Boosts

Views

Activity

How to retrieve the App Icon?
I need to get the app icon from the AppStore Connect API in order to display a list of my apps. However there seems to be no way. I See in the appstoreconnect.apple.com website that the icons are there and available, there is even a function where you can click on it and get the high res version: https://appstoreconnect.apple.com/apps/1504874998/distribution/ios/version/deliverable (this link is of course not available from the outside) I tried builds/{id}/icons which always returns nothing and found an iconAssetToken object in the builds array, but the link is weirdly formatted and leads to nothing. Hope someone can help, I'm fairly new to the API and the usage is quite odd for me so far. Best, Nils
4
2
1.8k
Mar ’24
Can't get latest App build
I'm working with this endpoint: https://developer.apple.com/documentation/appstoreconnectapi/list_all_builds_of_an_app Paging says 226 total entries. Max allowed limit to get is 200. The data is sent from oldest to newest, meaning I will never be able to get my latest build data (actually I only want my last build). There is also no sort query. What can I do? This seems to be bugged out. Best, Nils
0
0
526
Mar ’24
SwiftUI Touchbar
Hi community,I never build a macOS application before and just getting started with Xcode.I'm completely lost on how to implement the touchbar while using SwiftUI.I read and tested the tutorial provided here: https://developer.apple.com/documentation/appkit/touch_bar/creating_and_customizing_the_touch_barBut the code doesn't make sense to me. I played around about 8 hours now and I wasn't even able to make the touchbar show up with a default dummy button. The longer I experimented, the more I had the impression that this all is not SwiftUI, but I really can't tell, because I don't know the difference yet. I just want to learn the new System and don't start with outdated stuff.Indeed, everything I found on the internet, tutoring the touchbar implementation seems to be no SwiftUI. The only thing I found is this ( https://developer.apple.com/documentation/swiftui/touchbar ) and this ( https://stackoverflow.com/questions/59919050/how-can-i-display-touch-bar-buttons-using-swiftui ).None of these help. I don't even know where to start. It's pretty easy to add content to the default window, but thats of course not what I want.For context: I'm trying to build an app that functions like a bridge to implement touchbar functionality to an application I'm using professionally. The app will in the end only display touchbar content and will have no window whatsoever.Hope someone can help, I'm maximum frustrated,Nils
5
0
1.4k
May ’20