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/revenuecat/_includes/add-manual-appdescriptor.mdx
+12-46Lines changed: 12 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The following additions are for the `InfoAdditions` node of the iPhone section i
43
43
<InfoAdditions><![CDATA[
44
44
45
45
<key>MinimumOSVersion</key>
46
-
<string>12.0</string>
46
+
<string>13.0</string>
47
47
48
48
]]></InfoAdditions>
49
49
</iPhone>
@@ -55,7 +55,7 @@ The following additions are for the `InfoAdditions` node of the iPhone section i
55
55
56
56
#### Manifest Additions
57
57
58
-
The RevenueCat extension requires a few additions to the manifest to be able to start certain activities. You should add the listing below to your manifest.
58
+
The RevenueCat extension requires a few additions to the manifest to be able to start certain activities. You should add the listing below to your application descriptor.
Copy file name to clipboardExpand all lines: docs/revenuecat/changelog.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
### 2025.07.30 [v2.0.0]
2
+
3
+
```
4
+
## Major Update
5
+
6
+
This latest release brings a number of updates to the extension particularly around the Android integration.
7
+
8
+
The Android implementation has been updated to v8.22.0 and we have moved to using Android gradle dependencies within our extensions, which will improve dependency resolution, reduce update times and improve compatibility with other extensions. (This update also addresses the Android 35 requirement for Play Billing v7).
9
+
10
+
The iOS implementation has been updated to v5.33.1 which should bring a range of bug fixes and improvements.
This latest release brings a number of updates to the extension particularly around the Android integration.
10
+
11
+
The Android implementation has been updated to v8.22.0 and we have moved to using Android gradle dependencies within our extensions, which will improve dependency resolution, reduce update times and improve compatibility with other extensions. (This update also addresses the Android 35 requirement for Play Billing v7).
12
+
13
+
The iOS implementation has been updated to v5.33.1 which should bring a range of bug fixes and improvements.
14
+
15
+
16
+
17
+
## Android Integration
18
+
19
+
We have moved to using gradle dependencies within our extensions which will improve dependency resolution, reduce update times and improve compatibility with other extensions.
20
+
This also reduces the amount of work required to manually integrate the extensions, reducing the additions to the manifest in your application descriptor.
21
+
22
+
<Tabs
23
+
groupId="packagemanager"
24
+
defaultValue="apm"
25
+
values={[
26
+
{label: 'APM', value: 'apm'},
27
+
{label: 'Manual', value: 'manual'},
28
+
]}>
29
+
30
+
<TabItemvalue="apm" >
31
+
32
+
We highly recommend using the [apm](https://airnativeextensions.com/docs/using-apm) tool to manage the integration of the extensions in your application and to generate your application descriptor:
33
+
34
+
```bash
35
+
apm update
36
+
apm generate app-descriptor
37
+
```
38
+
39
+
This will automatically update your application descriptor with the required manifest entries and gradle dependencies.
40
+
41
+
</TabItem>
42
+
<TabItemvalue="manual" >
43
+
44
+
You can still integrate the manifest additions manually if you prefer. With this update we recommend starting fresh as there have been a lot of entries to be removed.
45
+
46
+
Firstly make sure you have the latest versions of all the dependencies extensions.
47
+
48
+
Then you can simplify the manifest now as well as the gradle implementation will add a significant amount of the required manifest entries for you.
49
+
The minimum android section now looks like the following:
Copy file name to clipboardExpand all lines: static/asdocs/revenuecat/all-classes.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html>
0 commit comments