-
Notifications
You must be signed in to change notification settings - Fork 714
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
New experimental CarPlay branch 🚘📲 #110
Comments
Yes! Thx |
You don't need a such workaround to make it to work on simulator.
I have a radios application that support carPlay too and run in simulator without workaround (written in objC).
MPNowPlayingInfoPropertyPlaybackRate is very important: The documentation say:
|
@fethica is the man! 🎉🙏 |
Thanks for the feedback @iDevelopper I will check your code. |
The best player and the best tutorial for Apple Car Play. I did try blatantly to implement the same by my own a time ago and now seeing your code so clean and detailed only i can say KUDOS! Thanks for share! |
@fethica |
@DavidKalajdzic if you can't access the CarPlay form page with a regular account, so I think you have to get a paid developer account! |
Even with this workaround - Nowplaying screen not appearing on the simulator, what could be the reason? |
Yes |
How can we make carPlayTab colorful instead of blue overlay? |
This is an Apple Simulator Bug in Xcode 11 beta. It works fine in a car! |
Hi, I did try in my Hyundai car CarPlay but it still shows blue icon. |
Please contact Hyundai! I have a BMW and it works fine with my app and with this example! |
And you being a developer for some reason thought contacting Hyundai will solve the problem? Didn't you said above it was bug in Xcode 11? And I am using latest version of Xcode, not the beta version. I tried with another CarPlay head unit, its a some problem. I bet your BMW was custom made with stable Xcode installed lol. |
I said it is a bug in Xcode 11 using the example on simulator. Works fine in my car either with Xcode 10 or 11. |
Works fine using iOS 12, but any version of iOS 13 presents the bugs mentioned above and it is impossible to get it working in the CarPlay simulator. |
Hi Fethica, Regards |
Hello,
Just offering insight here: the issue is a bug that Apple needs to fix with iOS 13 and CarPlay in the simulator.
Instead of using an iOS 13 simulator, choose an iOS 12 simulator and it should work.
… On Jan 30, 2020, at 11:08 AM, Swapangeet ***@***.***> wrote:
Hi Fethica,
Hope you doing well.
I made an navigation app for my apple car play. Its icon and start screen is displaying fine over the carplay simulator but the map is not displaying.
Is there any way by which we can show only map directly to carplay screen instead of home screen.
Regards
Sj
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Dan can we run both on same machine or we should remove one of it as the later version will ask for update. |
Hey everyone!
Edit: The CarPlay support is now part of the main project, enabled in the
SwiftRaion-CarPlay
Target.I created a new branch that supports CarPlay for the SwiftRadioAlso I created a step by step post to show how to implement this feature:
Add CarPlay support to Swift Radio
Cheers 🎉
The text was updated successfully, but these errors were encountered: