Closed florent37 closed 1 week ago
Investigating the error, it sounds to me like it is something that introduces play integrity in the artifact that ends up being distributed in the app. I did not find much information about it. But I leave some points for you to validate in your project:
I leave this link with interesting information about the packageName that appears in your stack traces https://github.com/Solaree/pairipcore
Let's reopen if needed
Describe the bug
StackTrace :
After adding the
koin-startup
on my application, I face some crashs on startup after releasing the application on the play storecom.pairip.application.Application
is not my package name, I suppose it's created byPlaystore integrity
if someone can confirmTo Reproduce Steps to reproduce the behavior:
koin-startup
onKoinStartup
on the init {app-integrity
mechanismKoin module and version:
koin:4.0.0
koin-startup:4.0.0
Snippet or Sample project to help reproduce