1

我正在尝试导入 csv 表产品,但不断收到与国家或货币指示不正确有关的错误。我尝试先使用应用内导出 csv,然后尝试导入(上传)此文档。但仍然是同样的错误。我怎样才能避免它?

UDP:对不起,可以t attach an image, beacause I换一个新用户吗...

4

1 回答 1

0

经过大量挖掘,我终于找到了一些带有示例的文档: https ://support.google.com/googleplay/android-developer/answer/1153481?hl=en

CSV 语法示例

Product ID,Published State,Purchase Type,Auto Translate,Locale; Title; Description,Auto Fill Prices,Price,Pricing Template ID

托管产品示例

示例 1:

basic_sleeping_potion,published,managed_by_android,false,en_US; Basic Sleeping Potion; Puts small creatures to sleep.; es_ES; Poción básica de dormir; Causa las criaturas pequeñas ir a dormir.,false,,4637138456024710495

示例 2:

standard_sleeping_potion, published,managed_by_android,false,en_US; Standard Sleeping Potion; Puts all creatures to sleep for 2 minutes.,true, 1990000,

示例 3:

invisibility_potion,published, managed_by_android,false,en_US; Invisibility Potion; Invisible to all enemies for 5 minutes.,false, US; 1990000; BR; 6990000; RU; 129000000; IN; 130000000; ID; 27000000000; MX; 37000000;

更详细的文档在这里: http ://www.androiddocs.com/google/play/billing/billing_admin.html

于 2019-05-28T11:06:48.190 回答