Using Apsalar

Hi, I’m trying to integrate Apsalar analytics in my project using this tutorial Apsalar | Unreal Engine Documentation

But this tutorial is for iOS only and very outdated. In 4.17 Apsalar plugin is included in UE4.

I turned on “Apsalar” and “Analytics Blueprint Library” plugins. I added

[Analytics]
ApiKey=<myAPIkey>
ApiSecret=<myAPIsecret>
SendInterval=60
MaxBufferSize=32767
ManuallyReportRevenue=true

in my DefaultEngine.ini, then I execute node “Start Session” on my Android phone and nothing. Nothing appeared in the console here Login | Apsalar

I tried add

[Analytics]
ProviderModuleName=IOSApsalar

or

[Analytics]
ProviderModuleName=Apsalar

and nothing.

How to use Apsalar analytics in UE4 on Android?