Skip to content

Commit 02417b3

Browse files
committed
docs(readme): add Video recording and APK download link along with Known Issues section
1 parent 47d85cc commit 02417b3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ PlayerSettings:
140140
loadStoreDebugModeEnabled: 0
141141
visionOSBundleVersion: 1.0
142142
tvOSBundleVersion: 1.0
143-
bundleVersion: 1.2.1
143+
bundleVersion: 1.2.2
144144
preloadedAssets:
145145
- {fileID: 0}
146146
- {fileID: 0}
@@ -175,7 +175,7 @@ PlayerSettings:
175175
iPhone: 0
176176
tvOS: 0
177177
overrideDefaultApplicationIdentifier: 1
178-
AndroidBundleVersionCode: 10201
178+
AndroidBundleVersionCode: 10202
179179
AndroidMinSdkVersion: 23
180180
AndroidTargetSdkVersion: 0
181181
AndroidPreferredInstallLocation: 1

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A Unity sample project demonstrating a clean, maintainable integration of **AppL
77

88
![AppLovin MAX Unity Demo Screenshot in Unity Editor](images/applovin-demo-app.png)
99

10+
[Test the app on your own (APK Build 1.2.2)](https://drive.google.com/file/d/1OzIHEC8nNAk1F-vSLpD3YsqLrOG33_F7/view?usp=sharing)
11+
12+
[Watch the app in action (Video Recording)](https://drive.google.com/file/d/1q5DcJc4B4QXEw6DGDT8PVSO4AKfCTTFk/view?usp=sharing)
13+
1014
The project implements **all listener and delegate methods** for each ad type — even if only for logging — so you can clearly see the lifecycle of ads and how to hook into them.
1115

1216
This project and documentation can be extended upon request. New features like Zenject demonstration, automated android version and similar useful implementation can be added.
@@ -243,6 +247,12 @@ All relevant MAX callbacks are implemented and logged:
243247

244248
---
245249

250+
## Known Issues
251+
252+
There is no guard to protect the current Ad Service implementation from pausing/unfocusing the app. There may occur unwanted issues accordingly.
253+
254+
---
255+
246256
## Automated Versioning
247257

248258
This repo includes automated versioning and continuous integration setup, so commit on main branch triggers version bumping without the need for manual actions.

0 commit comments

Comments
 (0)