Skip to content
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

iOS 8.3 Support #39

Open
atomikpanda opened this issue Jun 26, 2015 · 8 comments
Open

iOS 8.3 Support #39

atomikpanda opened this issue Jun 26, 2015 · 8 comments

Comments

@atomikpanda
Copy link

Crashes SpringBoard on 8.3

@eweiman
Copy link

eweiman commented Jul 3, 2015

This is also true for iOS 8.4 ... sends you into safe mode.

@hongliang-goudou
Copy link

Same problem here on 8.3. Please fix it please.

@trimfandango
Copy link

Hey Adam, I see this is a known issue for ios8.3 Is there anything we can do to help you?

@scj643
Copy link

scj643 commented Jul 21, 2015

I can confirm this too. Such a shame.

@OdNairy
Copy link

OdNairy commented Jul 31, 2015

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.

@hongliang-goudou
Copy link

@OdNairy What a great discover! Can you modify the code and give it a try?

@OdNairy
Copy link

OdNairy commented Aug 7, 2015

@hongliang-goudou I made a try but didn't get any CarPlay UI. Seems iOS 8.3+ needs significant changes.

@hongliang-goudou
Copy link

@OdNairy Too sad :( Seems we can only wait for @b3ll to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants