英文:
How to properly test an application with cordova-plugin-purchase with capacitor?
问题
我有一个问题,如何正确测试使用Cordova插件购买与Capacitor的应用程序?
我已经完成了所有步骤,在Google Play控制台中上传了AAB文件进行封闭测试,添加了测试人员,添加了产品并激活了它们。现在的问题是,我是否必须始终在Google Play控制台中上传新版本进行测试,并等待2小时进行应用程序审核?还是有其他本地测试的方法?
感谢答案!
英文:
I have question, how to properly test an application with cordova-plugin-purchase with capacitor?
I did all the steps uploaded aab in Google Play Console in closed testing, added testers, added products and activated them. And now the question, I have to always upload a new version in Google Play Console to test and wait 2 hours for the app to be reviewed? Or is there some other method to test locally?
Thanks for the answer!
答案1
得分: 1
你可以将你的AAB文件上传到Google Play商店的内部测试部分。它不需要2小时来获得批准,它是即时的。
英文:
You can upload your aab to the internal testing section within google play store. It doesn't take 2 hours for it approved. It's instant.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论