Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storeId parameter on register #324

Open
onursahindur opened this issue Jan 31, 2024 · 1 comment
Open

storeId parameter on register #324

onursahindur opened this issue Jan 31, 2024 · 1 comment

Comments

@onursahindur
Copy link

onursahindur commented Jan 31, 2024

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
Copy link

acomets commented Jan 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants