I have built an application that returns data when entering a Dutch license plate. The data it returns is taken from the API from the RDW who stores all this data. Now my problem is: When I push the application from my Android Studio via ADB it works perfectly. But when I publish the SAME application to the Play Store and download/install it from there it only works the first time when entering a license plate. The second time it does just spin the progress bar and returns to the home screen after around 10 seconds.
How is this possible?