In the application page at appmetrica.yandex.ru/application/edit?appId=${appId}
I have 2 API keys - API key for SDK and Post API key.
Which one is to be used with
AppMetrica.activateWithApiKey?
Also, is it enough to run the above code once the application is initialized or do I need to include that every time I log an event through AppMetrica?
In the application page at
appmetrica.yandex.ru/application/edit?appId=${appId}
I have 2 API keys - API key for SDK and Post API key.Which one is to be used with
AppMetrica.activateWithApiKey
?Also, is it enough to run the above code once the application is initialized or do I need to include that every time I log an event through AppMetrica?
Thank you