Post

Replies

Boosts

Views

Activity

App incorrectly rejected for using _CMTimebaseCreateWithMasterClock
Our app gets rejected for referencing non-public symbol _CMTimebaseCreateWithMasterClock. We have confirmed that we are using the suggested CMTimebaseCreateWithSourceClock. When looking at our DerivedData, the compiler turns CMTimebaseCreateWithSourceClock into CMTimebaseCreateWithMasterClock presumably because CMTimebaseCreateWithSourceClock is an inline function. We have verified if we remove the one call to CMTimebaseCreateWithSourceClock that the CMTimebaseCreateWithSourceClock symbol will no longer appear in our DerivedData. This is preventing us from submitting an app update. Please advise asap.
2
2
1.3k
Jul ’23
App incorrectly rejected for using _CMTimebaseCreateWithMasterClock
Our app gets rejected for referencing non-public symbol _CMTimebaseCreateWithMasterClock. We have confirmed that we are using the suggested CMTimebaseCreateWithSourceClock. When looking at our DerivedData, the compiler turns CMTimebaseCreateWithSourceClock into CMTimebaseCreateWithMasterClock presumably because CMTimebaseCreateWithSourceClock is an inline function. We have verified if we remove the one call to CMTimebaseCreateWithSourceClock that the CMTimebaseCreateWithSourceClock symbol will no longer appear in our DerivedData. This is preventing us from submitting an app update. Please advise asap.
Replies
2
Boosts
2
Views
1.3k
Activity
Jul ’23
Using Picture in Picture with a camera feed
I have an app that views a camera feed, so there is no concept of skipping. Thus, I'd like to hide the playback controls when it is in PiP mode on iPhone or iPad. I do not see a way to do this, though.
Replies
1
Boosts
0
Views
499
Activity
Apr ’23