Post

Replies

Boosts

Views

Activity

Reply to displaying local notification in CarPlay app
@shortcipher Using the exact code you posted, the notification still shows up on the iPhone simulator, not on the CarPlay simulator. So for now I'm just working with a test app in the simulator. In the test app I've given it a CarPlay entitlement. To make sure that works, I used CarPlay.parking. With code from other parts of the internet, CarPlayTest shows up on the CarPlay simulator. So the entitlement works fine. I switch to CarPlay.communication (which I think is the correct entitlement for this?) and the icon goes away on the CarPlay simulator (I would think this is correct). The notification always shows up on the iPhone simulator. I have deleted the app and reinstalled. .parking (open and closed on CarPlay simulator) and .communication, the notification shows up on the iPhone. Is this just a simulator problem, and if I get Apple approval for entitlement it will work, or am I missing something else.
Aug ’23
Reply to displaying local notification in CarPlay app
I'm trying to fix one of my apps, which uses Local Notifications. Of course when the phone is plugged into CarPlay, nothing happens. Was hoping to get some leads as to how to get Local Notifications on CarPlay. I've played around with your answer, but it still doesn't do anything (and I haven't added CarPlay) Do you have to add CarPlay to your app (I assume yes). I'm not an auto maker so I assume I can't add CarPlay for Automaker. Can it be done with CarPlay.communication? It appears that SiriKit needs to be added as well? Basically, what items did you use to get these Notifications to be shown on the CarPlay screen and then announced. There is so little information out there on this topic. Just everyone saying "It can't be done". Any help would be greatly appreciated.
Aug ’23
Reply to Problems after App Transfer
I have now narrowed down the problem. An App ID has more than what you can see (called a Prefix). com.YourCompany.YourAppName is really YourDeveloper#.com.YourCompany.YourAppName. So because I transferred the app from another account, my device has the app downloaded from the AppStore (myOldDeveloper#.com.MyCompany.MyAppName. Now the app has (myNewDeveloper#.com.MyCompany.MyAppName). I can see this clearly looking where you create a provision profile and you pick the app id.
Nov ’22