smartdevicelink / sdl_ios

Get your app connected to the 🚙, make your users feel like a 🌟
www.smartdevicelink.com
BSD 3-Clause "New" or "Revised" License
169 stars 105 forks source link

Support old devices with SDL Core 2.0 when using USB cable #2087

Closed peterkomar closed 2 years ago

peterkomar commented 2 years ago

Bug Summary

The old Ford SYNC 1 with SDL core 2.0.0 does not show my application name in the list of apps on the head unit on a USB connection.

Reproduction Steps

  1. Connect the phone to the head unit via USB cable
  2. Launch the app on the phone
  3. Go to SYNC Applications -> Mobile Apps Click on 'Find apps'

Expected Behavior: application name listed in the SYNC Applications -> Mobile Apps

Observed Behavior:

application name is not in the SYNC Applications -> Mobile Apps

iOS Version(s)

15.4.1

sdl_ios Version

7.3.0

Testing Environment(s)

Ford Head Unit SYNC 1.1 with SDL Core 2.1.0

Relevant log output

No response

joeljfischer commented 2 years ago

Hello @peterkomar, thank you for the report. It would be very helpful if you are able to turn on debug or verbose logging with your app, then connect to the head unit and provide us with the relevant logs.

peterkomar commented 2 years ago

Hi @joeljfischer, I will update the issue with logs later today

peterkomar commented 2 years ago

I was checked the logs and found what was the reason. It was problem in my code. Sorry for disturbing.