I'm developing a CarPlay fueling app having a section called media where I can select items corresponding to mp3 files located in our backend. These files are audio news about fuel prices. This app has only the fueling entitlement and my question is: can I play audio in such application using AVPlayer?
If not, is it possible to have multiple entitlements in one app? In my case I would have Fueling and Audio entitlements.
Having only the fueling entitlement I was able to play audio in carplay using the class AVPlayer that I can STOP, PLAY and PAUSE thanks to some button I added in an Information Template. The above question is because I'm not sure if the app will be approved by Apple.