> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/android/startup/buy_in_google_play.md).

# 在Google Play购买软件

> 这是只有景德镇才有的麻烦事，但是你还是得面对，是不是？

## 说明

翻墙之后，添加了Google帐号，当准备在Google Play上添加信用卡号，方便购买软件的时候，突然发现，信用卡国家栏没有包含`CHINA`。结果就是：填写的信用卡信息被拒绝。

还是Mark一下，作为后续购买正版软件，方便使用：

* 使用双币信用卡
* 在Google Wallet中添加信用卡信息
* 美国地址可以从Google Map上找一个，或者填写转运地址(电话号码可不填)
* 等待Google验证（约2天）
* 如果有异常或被拒，就[联系Google Payments Support](https://support.google.com/payments/?source=APAC_forms_rd_nonGGorNCLB\&rd=1#topic=6209953)

> 总之，正当需求就按照正当方式处理

## 参考

* [如何在 Google Play 上支付？](https://www.zhihu.com/question/21746130)
* [如何在国内购买 Google Play 上的付费应用?](https://www.zhihu.com/question/20202578)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/android/startup/buy_in_google_play.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
