-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some users can't receive coins in IAP #9
Comments
it's related to the backend, but the client should have protection. https://github.com/Musicoin/api/issues/22 |
I propose we block the IAP when there is not wallet available in the app and show a message there is no wallet address available in the wallet screen for now. I think it's also a good idea to hide the "$Buy MUSIC" option as well when this issue occurs. When we have a solution in the backend we can add a button to "solve" the wallet issue in case we need that. What do you think @immartian @riverfor ? |
+1 |
@immartian Yes indeed, step 1 is a hotfix and can be pushed over the air. Step 2 can also be done over the air but needs some more development, we can add it as a hotfix too or include it in the next version. If we could just fix it in the backend without having to add a button or if they can just logout and login again to fix the problem that would be better ofcourse. |
We need both of them implemented asap as IAP is the crucial line of us on user's satisfaction and our own income. Please have a hotfix first then integrate backend solution to have an inhere resolve. |
READY FOR TEST on t2. |
There are several users can't receive coins in their account after newly creating an account in the app, yet their money in Apple account would be deducted. Two reasons emerged: 1. empty wallet; 2. transaction failure. cc @riverfor @bengyles
The text was updated successfully, but these errors were encountered: