# hms-iap-vr-clientdemo
**Repository Path**: hms-core/hms-iap-vr-clientdemo
## Basic Information
- **Project Name**: hms-iap-vr-clientdemo
- **Description**: 华为应用内支付vr支付客户端示例代码。此代码主要介绍华为应用内支付服务VR支付的客户端开发步骤,帮助您快速了解华为VR支付提供的客户端接口及其使用方法。
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 60
- **Forks**: 2
- **Created**: 2021-02-19
- **Last Updated**: 2025-09-02
## Categories & Tags
**Categories**: vrar, payment-dev, harmony
**Tags**: None
## README
# HUAWEI In-App Purchases(IAP) Clientdemo for VR
The iap_demo App demonstrates Huawei VR Pay client APIs and usages.
## Table of Content
- [Table of Content](#table-of-content)
- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Supported Environments](#supported-environments)
- [Result](#result)
- [License](#license)
## Introduction
Huawei VR Pay is a payment service provided by Huawei in-app Purchases in VR devices. Currently, only the api for customizing prices is provided. CP need to define offering information in their apps.
Disclaimer: The demo only demonstrates the purchase procedure, and it does not have a real use of purchased products.
## Getting Started
1. Check whether the Android studio development environment is ready. Open the sample code project directory with file "build.gradle" in Android Studio.
2. Finish the configuration in AppGallery Connect.
See details: [Configuring AppGallery Connect](https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides-V5/config-agc-0000001050033072-V5)
3. To build this demo, please first import the demo in the Android Studio (3.x+).
4. Configure the sample code:
- Download the file "agconnect-services.json" of the app on AGC, and add the file to the app root directory(\app) of the demo.
- Add the certificate file to the project and add your configuration to in the app-level `build.gradle` file.
- Open the `AndroidManifest` file and change the value of package to your app package name.
- Replace the PUBLIC_KEY in the Constant class with the public key of your app.
- Replace the PRIVATE_KEY in the Constant class with the private key of your app.
- Replace the APPID and MERCHANTID in the Constant class with the appid and merchantid of your app.
5. Run the sample on your Android device or emulator.
## Supported Environments
Android SDK Version >= 22 and JDK version >= 1.8 is recommended.
## Result
Once you start the demo, you should be able to see the following page.
Tap **确认支付 ¥0.01**, the demo will call the `pay` API, and jump to the checkout page which is provided by IAP Service.
Once purchase succeed, IAP Service will display the purchase result.
## Question or issues
If you want to evaluate more about HMS Core,
[r/HMSCore on Reddit](https://www.reddit.com/r/HuaweiDevelopers/) is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.
If you have questions about how to use HMS samples, try the following options:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services) is the best place for any programming questions. Be sure to tag your question with
`huawei-mobile-services`.
- [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001) HMS Core Module is great for general questions, or seeking recommendations and opinions.
If you run into a bug in our samples, please submit an [issue](https://github.com/HMS-Core/hms-iap-vr-clientdemo/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-iap-vr-clientdemo/pulls) with a fix.
## License
This demo is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).