0

I'm working with CarPlay EV Charging app.

I want to show Charging progress in CPInformationTemplate.

My concern is, whenever the charge status is updated, I want to update the information shown in CPInformationTemplate.

I'm not able to find any solution on this yet. I only see that only CPListTemplate is being updated for EV Charging category app.

Am I using the right template for showing Charging detail or am I missing anything.

Here's a screenshot of demo project of mine which shows Charging info in CPInformationTemplate

Charge detail screen

Thanks!

Krima Shah
  • 117
  • 1
  • 8

1 Answers1

1

According to the documentation you can update the CPInformationTemplate's items property "...to update the items that the template displays" (see here).

fruitcoder
  • 1,073
  • 8
  • 24