# googlevestrequire **Repository Path**: woodnaonly/googlevestrequire ## Basic Information - **Project Name**: googlevestrequire - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 马甲包需求文档 1、马甲包交互方法,与H5的交互方法都需要加上。 * [Kotlin版(这里可以点击)](https://gitee.com/google_project_team/googlevestrequire/blob/master/%E9%9C%80%E8%A6%81%E5%8A%A0%E5%85%A5%E7%9A%84%E6%96%B9%E6%B3%95.md) * [Java版(这里可以点击)](https://gitee.com/google_project_team/googlevestrequire/blob/master/%E9%9C%80%E8%A6%81%E5%8A%A0%E5%85%A5%E7%9A%84%E6%96%B9%E6%B3%95_java.md) 2、马甲包接口[Api(这里可以点击)](https://gitee.com/google_project_team/googlevestrequire/blob/master/%E9%A9%AC%E7%94%B2api%E6%96%87%E6%A1%A3.md) ## 马甲包启动流程 >打开 ----> 请求马甲接口 -----> >#### 0、显示H5 >##### 有广告链接时先显示广告页(倒计时5S可以跳过)同一时间加载web页面 >#### 1、显示马甲 ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/open.png) ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/H5.png) ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/ad.png) ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/main.png) ## 需要找对接人获取的信息 1、host(马甲开关域名) 马甲code 2、Facebook参数 3、Branch参数 4、Firebase账号 ## 给对接人提供的信息文件 1、使用keytool获取签名文件MD5 SHA1 SHA256 ``` keytool -list -v -keystore xxx.jks ``` 2、Branch schema ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/branch_scheme_info.png) 3、Application id ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/application_id.png) ## 测试链接说明 ![](https://gitee.com/google_project_team/googlevestrequire/raw/master/src/test_flow.jpeg)