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:
let amplitude = Amplitude(configuration: Configuration(
apiKey: AMPLITUDE_API_KEY
))
// and for tracking this:
amplitude.track(
eventType: "Button Clicked",
eventProperties: ["my event prop key": "my event prop value"]
)
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).
