Error while retrieving information from server [DF-AA-20](从服务器检索信息时出错 [DF-AA-20])
问题描述
Receiving error while doing in-app purchase in my app in android. Error while retrieving information from server [DF-AA-20]
Make sure you have followed the below steps:
Login to the Play Console with your developer account.
Copy the application's public key (a base-64 string). You can find this in the "Services & APIs" section under "Development tools" and replace in your code.
Make signed apk and upload (not publish) in ALPHA, and add your test account (the one you will use to test purchases) to the "testers" section of your app. Your test account CANNOT BE THE SAME AS THE PUBLISHER ACCOUNT.
Click Settings > Account details, then in the License Testing section, add the Google email addresses for your tester accounts.
Under In-app Products, create your product and make active.
Use your product id in code and make a signed build and Publish in the Alpha channel wait until the status change to "Published".
Test the app in tester account enabled device.
这篇关于从服务器检索信息时出错 [DF-AA-20]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:从服务器检索信息时出错 [DF-AA-20]
基础教程推荐
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
