Hi. Could someone please help?
Added latest version of the sdk (v1.11.10) for iOS. Everything works except device related properties: Platform, Device Family, Carrier, OS are not automatically detected. Should it work by default, or I need to config somehow or even track ‘manually’?
// for init I'm using this:<br />let amplitude = Amplitude(configuration: Configuration(<br /> apiKey: AMPLITUDE_API_KEY<br />))<br /><br />// and for tracking this:<br />amplitude.track(<br /> eventType: "Button Clicked",<br /> eventProperties: ["my event prop key": "my event prop value"]<br />)
Thank you.
UPD: I tried on iPhone Xs Max and on simulator 16 max pro so I believe it’s already ‘known’ devices and should be indentified by the system without issues (at least real iPhone).
