criteo / ios-publisher-sdk

Criteo Publisher SDK for iOS
https://publisherdocs.criteotilt.com/app/ios/get-started/
Apache License 2.0
10 stars 7 forks source link

storeId parameter on register #324

Open onursahindur opened 8 months ago

onursahindur commented 8 months ago

Hello,

On new version (6.0.0) there exists a new required parameter called storeId. What does this parameter refers to? The sample app and documentation does not contain any information about what is it for. We assumed it is the AppStore id of the application. If so, should we use it as "idXXXXXXX" or just "XXXXXXX"?

Also Android version 6.0.0 does not contain this parameter. Could you explain? Thanks.

acomets commented 8 months ago

Hi Onur,

Thank you for your question.

You are correct, this parameter should be initialized to the numeric string from the App Store to identify apps, i.e. XXXXXXX (for reference see https://support.google.com/admob/answer/10038409?hl=en).

For Android this parameter is not needed as we use the app bundle, i.e. the reverse-URL e.g. com.example.android

Best,

Antoine