You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
the core services need at least provide basic information about the App Center information
of the device, this is the following list of information that the SDK needs as required,
you can check more about the requests format on requests
some of the parameters can/needs to be specified by the application as this SDK
does not make hard assumptions about the target platform/device so some data
is not generally aivailable like OsName or app version
Headers request data
Name
Type
example
Description
App-Secret
String
App Secret unique key for the app
Install-ID
String
UUID install ID to differentiate it
Ingestion Data
Required Data for Ingestion
Name
example
Description
sdkName
appcenter.ios
SDK and platform
sdkVersion
1.2.0
Semver format
osName
iOS
Os name
osVersion
9.3.0
Os Version
locale
en_US
System ISO country and language code
timeZoneOffset
UTC system offset in minutes
appVersion
1.2.0
Application Version name
appBuild
42
Application Build Number
The time zone offset includes daylight savings time.
on Linux the os name is the Distro Name and the version is the kernel version/name