You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/adverts/mediation/applovin/_includes/add-manual-appdescriptor.mdx
+4-131Lines changed: 4 additions & 131 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,142 +29,15 @@ The following should be added to your `extensions` node in your application desc
29
29
30
30
### Android
31
31
32
-
#### Manifest Additions
33
-
34
-
Add the following to your manifest additions, merging the `application` tag if you already have one.
35
-
36
-
:::caution
37
-
You no longer need to add the `applovin.sdk.key` here as it is retrieved from the account settings now.
38
-
If you previously added it you should remove it from the manifest additions.
39
-
:::
40
-
41
-
42
-
:::caution
43
-
Ensure you replace:
44
-
-`APPLICATION_PACKAGE` with your AIR application's Java package name, something like `air.com.distriqt.test`. Generally this is your AIR application id prefixed by `air.` unless you have specified no air flair in your build options.
45
-
:::
32
+
If there is an `assets` directory alongside the extension in the repository that contains required assets for the installed extensions.
33
+
You must add the files in the `assets/android` folder to the root of your Android application package.
Copy file name to clipboardExpand all lines: docs/adverts/mediation/digitalturbine/_includes/add-manual-appdescriptor.mdx
+4-48Lines changed: 4 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,59 +30,15 @@ The following should be added to your `extensions` node in your application desc
30
30
31
31
### Android
32
32
33
-
#### Manifest Additions
34
-
35
-
Add the following to your manifest additions, merging the `application` tag if you already have one.
36
-
37
-
38
-
:::caution
39
-
Ensure you replace:
40
-
-`APPLICATION_PACKAGE` with your AIR application's Java package name, something like `air.com.distriqt.test`. Generally this is your AIR application id prefixed by `air.` unless you have specified no air flair in your build options.
41
-
:::
33
+
If there is an `assets` directory alongside the extension in the repository that contains required assets for the installed extensions.
34
+
You must add the files in the `assets/android` folder to the root of your Android application package.
Copy file name to clipboardExpand all lines: docs/adverts/mediation/facebookaudience/_includes/add-manual-appdescriptor.mdx
+3-30Lines changed: 3 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,42 +34,15 @@ The following should be added to your `extensions` node in your application desc
34
34
35
35
### Android
36
36
37
-
There is an `assets` directory alongside the extension in the repository that contains required assets for the installed extensions.
37
+
If there is an `assets` directory alongside the extension in the repository that contains required assets for the installed extensions.
38
38
You must add the files in the `assets/android` folder to the root of your Android application package.
39
39
40
-
Add the `audience_network.dex` file to the root of your application package.
41
-
(This file is located in the repository, this must be the same version as the extension,
42
-
i.e. if you update the extension ensure you update this file).
43
-
44
40
45
41
#### Manifest Additions
46
42
47
-
Add the following to your manifest additions, ensuring you only have one `application` tag in your additions.
48
-
49
-
:::caution
50
-
Ensure you replace:
51
-
-`APPLICATION_PACKAGE` with your AIR application's Java package name, something like `air.com.distriqt.test`. Generally this is your AIR application id prefixed by `air.` unless you have specified no air flair in your build options.
Copy file name to clipboardExpand all lines: docs/adverts/mediation/ironsource/_includes/add-manual-appdescriptor.mdx
+4-44Lines changed: 4 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,53 +30,13 @@ The following should be added to your `extensions` node in your application desc
30
30
31
31
### Android
32
32
33
-
#### Manifest Additions
33
+
If there is an `assets` directory alongside the extension in the repository that contains required assets for the installed extensions.
34
+
You must add the files in the `assets/android` folder to the root of your Android application package.
34
35
35
-
Add the following to your manifest additions inside the `application` tag.
36
36
37
-
:::caution
38
-
Ensure you replace:
39
-
-`APPLICATION_PACKAGE` with your AIR application's Java package name, something like `air.com.distriqt.test`. Generally this is your AIR application id prefixed by `air.` unless you have specified no air flair in your build options.
0 commit comments