I'm developing a CarPlay navigation app, and some of my UI is built with UIKit. I can display the UI well and it works, but I can't detect clicks or user interaction. CPButtons work, but those aren't customizable to my knowledge. How can I detect clicks or user interaction with my UIKit elements in CarPlay? Or, create custom views from the CP elements?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
I'm trying to setup AdMob apps in my app but they won't work unless I get permission to track. Unfortunately when I try and request, it does not display. In settings, the option to allow request to track is greyed out.
Anyway around this?
I'm using Xcode 12 beta 3. When running my Apple Watch's target on WatchOS 7, I get this error:
Warning: Error creating LLDB target at path '/Users/evan/Library/Developer/Xcode/DerivedData/audigo-cneguthkmmoulfgcprsazbryrlrl/Build/Products/Debug-watchsimulator/AudigoWatchApplication.app'- using an empty LLDB target which can cause slow memory reads from remote devices.
I know this error use to be when running 32 bit frameworks on 64 bit devices, but I'm not doing that. Is this a bug? Or is there a setting I don't know of that needs to be updated?
I'm trying to search for nearby locations on my WatchKit app, but MKLocalSearch is unsupported on WatchOS. Is there an alternative way to get nearby locations on a WatchKit app?