You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the API has been changed to +[CLDurianTask startSoundSequenceTaskWithEncodedSequence:] in iOS 16.5.1,
The Sequence parameter is NSZeroData, and the content is empty.
Then I continued to search upwards for information about the sound* API, passing the Sequence parameter in the -[CLDurianService playSoundSequence: onTag: forClient:]:
I found that the API has been changed to
+[CLDurianTask startSoundSequenceTaskWithEncodedSequence:]
in iOS 16.5.1,The Sequence parameter is
NSZeroData
, and the content is empty.Then I continued to search upwards for information about the
sound*
API, passing the Sequence parameter in the-[CLDurianService playSoundSequence: onTag: forClient:]
:CLFindMyAccessorySoundSequence
class information: https://developer.limneos.net/index.php?ios=15.2.1&framework=CoreLocation.framework&header=CLFindMyAccessorySoundSequence.hThe SoundSequence is the original data:
I tried to change this data:
but it still didn't seem to work, playing the same sound as before
The text was updated successfully, but these errors were encountered: