obsidian/笔记文件/2.笔记/追光项目 临时记录.md
2025-06-13 18:27:29 +08:00

59 lines
991 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#灵感
安卓权限申请:
![[Pasted image 20250606152005.png]]
keystore用户名和密码
```
用户名smartdurak
密码taiga18000
```
打包apk的入口和流程
![[img_v3_02n0_d7ce4231-5e33-44a0-a5c5-ef578e91e4hu.jpg]]
追光测试账号:
```
qiuminjian.ru@gmail.com
Google@0927
gowest927@gmail.com
Bianhao927
smarthasake@gmail.com
```
app属性
![[Pasted image 20250611102750.png]]
```
<?xml version="1.0" encoding="utf-8"?>
<!--Google Play game services IDs. Save this file as res/values/games-ids.xml in your project.-->
<resources>
<!--app_id-->
<string name="app_id" translatable="false">956550854222</string>
<!--package_name-->
<string name="package_name" translatable="false">com.TaigaGame.Durak.app</string>
</resources>
```
```
956550854222-kvueukioiiosnc3kp28cpum25j0g1a75.apps.googleusercontent.com
```
```
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
```
```
com.TaigaGame.Durak.app
```
相册权限:
![[Pasted image 20250611104305.png]]