My application is a paid application which is also using apk expansion library.
For testing I have added a test account in my developer console say
xyz@gmail.com
And it's working as expected (Expansion files are downloaded) when I am testing with a device which was registered with above account first.
But the problem occurred when I installed a signed apk to a device which is already registered with
abc@gmail.com
I have added xyz@gmail.com account before the installation of signed apk, And as a checklist I made sure Gmail and Google Play are working properly with this account.
But upon running the app, I have got the error
"Download failed because you may not have purchased the app".
What should I do to test the application in above condition? Do I need to remove abc@gmail.com? Or is there any workaround?