Post

Replies

Boosts

Views

Activity

Reply to ITMS-90427
This is because your deployment targets for all of your apps/extensions don't match. Make sure they either inherit from the project builds settings by highlighting the "iOS Deployment Version" and hitting "delete" so it goes from bold to non-bold. This means that you are now inheriting from the project's build settings. Not a clear explanation from Apple.
May ’21
Reply to Upstream Service Error when using MusicDataRequest
I'm getting a similar issue when I trying to add a track to one of my playlists. Failed to perform MusicDataRequest.Context( url: "https://api.music.apple.com/v1/me/library/playlists/p.8Wx63rZTVm1RAxY/tracks", currentRetryCounts: [.other: 1] ) with MusicDataRequest.Error( status: 500, code: 50001, title: "Upstream Service Error", detailText: "Unable to update tracks", id: "LE36LDFW4BHXYHU3GGQPSF563Y", originalResponse: MusicDataResponse( data: 146 bytes, urlResponse: <NSHTTPURLResponse: 0x0000000282a63640> ) ).
Topic: Media Technologies SubTopic: General Tags:
Jan ’24
Reply to ITMS-90427
This is because your deployment targets for all of your apps/extensions don't match. Make sure they either inherit from the project builds settings by highlighting the "iOS Deployment Version" and hitting "delete" so it goes from bold to non-bold. This means that you are now inheriting from the project's build settings. Not a clear explanation from Apple.
Replies
Boosts
Views
Activity
May ’21
Reply to Setting Multitasking Camera Access Support
Same problem here. Xcode 14 Beta 6, iOS 16 Beta 8, iPhone 12 mini. captureSession.isMultitaskingCameraAccessSupported is always false. :'(
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to MPMediaPlayback.currentPlaybackRate no longer working in iOS 15.4?
MPSystemMusicPlayerController.currentPlaybackRate = broken (causes hang) still when starting playback. iOS 16.4.1(a). :(
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Xcode 15: "Cycle inside ...; building could produce unreliable results" due to DSTROOT=/
I had this issue too. I had two interrelated dependencies. One as a CocoaPod and one as a Swift Package. Only one was available as a SPM (don't ask me why lol). I moved both to use as CocoaPods and the issue went away. Out of my wheelhouse to know exactly why. Sorry.
Replies
Boosts
Views
Activity
Jun ’23
Reply to Upstream Service Error when using MusicDataRequest
I'm getting a similar issue when I trying to add a track to one of my playlists. Failed to perform MusicDataRequest.Context( url: "https://api.music.apple.com/v1/me/library/playlists/p.8Wx63rZTVm1RAxY/tracks", currentRetryCounts: [.other: 1] ) with MusicDataRequest.Error( status: 500, code: 50001, title: "Upstream Service Error", detailText: "Unable to update tracks", id: "LE36LDFW4BHXYHU3GGQPSF563Y", originalResponse: MusicDataResponse( data: 146 bytes, urlResponse: <NSHTTPURLResponse: 0x0000000282a63640> ) ).
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Possible to determine if song supports lossless, spatial audio?
How do we know if the device supports Lossless Audio from Settings -> Music -> Audio Quality -> Lossless. Is there a flag in an Apple SDK that can tell us and based on that we can show the Lossless glyph or not.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Video not working on 16.4 simulator
Quite frankly, this is unacceptable. Especially since there is still a requirement to upload iPhone 8+ and iPad 12.9" (2nd Gen) screenshots that only run on max iOS 16.4. Some of us have AVPlayerLayers that we'd like to show in screenshots. Wah! :(
Replies
Boosts
Views
Activity
Jan ’25