-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly a solution to the mfi problem #15
Comments
尊敬的客户: 您的报装材料已成功发送,我们将尽快审核,请您耐心等待,期间如有任何疑问,请联系您的专属客户经理14795510147。
|
I looked into this, but unfortunately this does not work because the new CarPlay Simulator only runs on Macs equipped with a T2 chip, and the simulator uses Apple's BAA authentication based on said chip in place of the MFi coprocessor. |
ahh ok has anyone looked into the new digital mfi verification I was looking at apple developer on mfi and about 1 year ago apple added digital mfi wich doesn't use any chip |
I'm not sure: I assume you're talking about the internal MFi developer site? I'm not aware of any public documentation on the normal Apple Developer portal. I assume the digital MFi is issuing individual certificates and placing them in the secure element of the microcontroller? Not really useful to us if so, as I assume they work closely with the vendors to implement that, and the secure element is designed such that it is usually impossible to extract the key without side-channels or attacks that would be complex to pull off (and that specific certificate could just be revoked once it became public anyway). |
Have a look at this SDK it might help
https://redpark.com/developer-tools/
Edit: you could also try to decode and use the CarPlay simulator that apple provides and get it running on a rpi because I am guessing there is some way for it to conect to your phone with out any complications but I don’t know how to get it working
that is the download link for it
https://download.developer.apple.com/Developer_Tools/Additional_Tools_for_Xcode_15_Release_Candidate/Additional_Tools_for_Xcode_15_Release_Candidate.dmg
The text was updated successfully, but these errors were encountered: