Skip to main content

GetStoreChannel [Player Network SDK Only]

[Player Network SDK Only] Get the store ID.

PlatformIDStore Channel
iOS0AppStore
Android1
2
3
4
5
6
7
8
9
10
11
12
Google
Samsung
Huawei
Xiaomi
Oppo
Vivo
Transsion
Onestore
Aptoide
Amazon
Uptodown
Apkpure
Windows-Gotten through the WINDOWS_STORE_CHANNEL field configured in INTLConfig.ini
Default: 100

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

int GetStoreChannel();

Code Sample

int m_channel = UnionAdapterAPI.GetToolsService().GetStoreChannel();