Hi team
Is there any word on when we will be able to sign up for plans that allow us to make more than 500,000 API calls a month?
All I can see is this under the pricing on the Get Started page:
"Additional details on how to sign up for a subscription will be available this summer".
I'm doing some napkin math for my new app and users and the limit starts looking small pretty fast!
Thanks!
Post
Replies
Boosts
Views
Activity
Is it possible to get an album from a song in MusicKit? I haven't been able to find a way to do so currently. I have tried using .with() but it appears that album is not supported.
What I am looking for is properties on the Song like what is present on MPMediaItem such as albumTitle, genre, etc.
Is there an API or method to do the above?
I am building a music app and can find the addItem API here https://developer.apple.com/documentation/mediaplayer/mpmedialibrary/1621278-additem, but no removal API.
This is a pain for users as they will be able to add items, but then be unable to remove them unless they go to the Apple Music app. This also appears to be the case for playlists.
I've been using sheets in my app EvoHIIT in a number of places to do things like create or share a circuit. The way I have been doing this so far is broken in iOS 14, but works in iOS 13. I use a single sheet view but conditionally show content based on a State variable, updated when a user taps a button to create or share a circuit.
In iOS 14 I am able to replicate this by using multiple sheets instead which is usable, and using different @State variables for hiding or showing them, but I am unsure if this is by design or unintentionally broken.
Example in this repository:
https://github.com/jknlsn/MultipleModalSwiftUI