My solution was the next on Android.
In AndroidManifest file replaced the next android:launchMode="singleTop" to this android:launchMode="singleTask" and removed the next android:taskAffinity="" .
After the changes I needed to rebuild the whole project.
It solved my problem.