From the tvOS programming guide:The Apple TV Remote comes in two flavors—one with Siri built in and the other with onscreen search capabilities. The Siri Remote is available in the following countries:AustraliaCanadaFranceGermanyJapanSpainUnited KingdomUnited StatesDoes this mean Siri functionality will not be enabled in New Zealand editions of the Apple TV?
I'm running Mapkit JS within a Cordova app. It loads the map, but tiles load intermittently and I get a lot of CSP errors in the console.
Can anyone please recommend to me, what are the best CSP settings for using Mapkit JS?
Currently I have image-src, connect-src and style-src pointing to https://*.apple-mapkit.com, as well as default-src.
The main CSP errors I'm getting are for https://gsp10-ssl.ls.apple.com ...Is this a site I should add? Or is it dynamically generated and can change often?
Thanks!
With New York font being available on iOS 13, is it allowable for developers to use it on iOS 12 versions of the same app?
Post not yet marked as solved
I'd like to use MapKit JS within a Cordova app to create a 'heatmap' overlay, similar to what the Google Maps API allows (https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap)Is such an overlay possible in MapKit JS? Or would it only be possible through custom bitmap overlays from third-party code?
Post not yet marked as solved
My app uses HTML audio to play a live stream onto the iPhone lock screen. However, my app's icon (which is shown instead of album art) is shown under-size and has a grey box surrounding it, as if to suggest the canvas for the icon is larger than what the app's icon is providing.Does anybody know the required icon size for iOS 11 to fill this media player space?