Ignition
Ignition copied to clipboard
iOS 8.3 Support
Crashes SpringBoard on 8.3
This is also true for iOS 8.4 ... sends you into safe mode.
Same problem here on 8.3. Please fix it please.
Hey Adam, I see this is a known issue for ios8.3 Is there anything we can do to help you?
I can confirm this too. Such a shame.
Tweak crashes in a reason of unrecognized selector call +[SBCarWindowLayoutStrategy edgeInsetsForStatusBar]
. According to private headers there are no more class method edgeInsetsForStatusBar
. Instead we got a method statusBarEdgeInsetsForConfiguration:
which wanna id
as a parameter.
In class SBCarDisplaySceneLayoutManager
i found ivar _configuration
with type of SBStarkSessionConfiguring
. May be it the right class to pass into.
@OdNairy What a great discover! Can you modify the code and give it a try?
@hongliang-goudou I made a try but didn't get any CarPlay UI. Seems iOS 8.3+ needs significant changes.
@OdNairy Too sad :( Seems we can only wait for @b3ll to fix this.