Does play console show the revenue for test subscriptions and test in-app purchases?

£可爱£侵袭症+ 提交于 2020-05-17 06:24:13

问题


I have published an android app in internal test track to test user subscriptions. I also linked my Firebase project to it to keep control of the subscriptions. There is also a tester with licence to test the subscription with a fake card. The tester can successfully subscribe for monthly payments and the google play app in the phone confirms the subscription. The user info is also shown inside the Firebase project after subscription. But the revenue is still showing nothing in play console (as if no one purchased anything). "New user acquired" is also showing nothing in play console. How is it possible? Because Firebase is showing the new user info. I also get Realtime user login info in google Analytics. But the revenue is still 0 in analytics. I also noticed play console shows nothing about my app (no revenue, no reviews, no subscribers, etc.)

Does play console just show the revenue for actual purchases?

I did not add Firebase analytics to the gradle dependencies (implementation 'com.google.firebase:firebase-analytics:17.3.0') But I added all the other dependencies:

implementation 'com.firebaseui:firebase-ui-auth:3.3.0'
implementation 'com.google.firebase:firebase-auth:12.0.1'
implementation 'com.google.firebase:firebase-core:12.0.1'
implementation 'com.google.firebase:firebase-functions:12.0.1'
implementation 'com.google.firebase:firebase-messaging:12.0.1'

I am a bit confused. If you have any experience please share them. If you need any other info or code, please let me know.

来源:https://stackoverflow.com/questions/61377135/does-play-console-show-the-revenue-for-test-subscriptions-and-test-in-app-purcha

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!