Skip to content

Commit

Permalink
Removed out-of-date page and fixed all links to it
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Sep 5, 2024
1 parent ee2a0a9 commit c37c8c0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 219 deletions.
37 changes: 0 additions & 37 deletions versioned_docs/version-2.0/ios-installation.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All users who have ever activated subscription will move as soon as they open a

### Installing Adapty SDK

Install Adapty SDK for your platform ([iOS](ios-installation), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app and replace your legacy logic with appropriate methods from Adapty SDK. Core things you need to replace:
Install Adapty SDK for your platform ([iOS](sdk-installation-ios), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app and replace your legacy logic with appropriate methods from Adapty SDK. Core things you need to replace:

- Checking an [Access level](access-level) to open a gated content;
- Making a purchase;
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-2.0/migration-from-revenuecat.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Adapty has a concept of [placement](placements). It's a logical place inside you
src={require('./img/2406d97-image.png').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
width: '300px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
Expand All @@ -56,7 +56,7 @@ Adapty has a concept of [placement](placements). It's a logical place inside you

### Install Adapty SDK and replace RevenueCat SDK

IInstall Adapty SDK for your platform ([iOS](ios-installation), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app.
IInstall Adapty SDK for your platform ([iOS](sdk-installation-ios), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app.

You need to replace a couple of SDK methods on the app side. Let's look at the most common functions and how to replace them with Adapty SDK.

Expand Down
177 changes: 0 additions & 177 deletions versioned_docs/version-3.0/ios-installation.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All users who have ever activated subscription will move as soon as they open a

### Installing Adapty SDK

Install Adapty SDK for your platform ([iOS](ios-installation), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app and replace your legacy logic with appropriate methods from Adapty SDK. Core things you need to replace:
Install Adapty SDK for your platform ([iOS](sdk-installation-ios), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app and replace your legacy logic with appropriate methods from Adapty SDK. Core things you need to replace:

- Checking an [Access level](access-level) to open a gated content;
- Making a purchase;
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0/migration-from-revenuecat.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Adapty has a concept of [placement](placements). It's a logical place inside you

### Install Adapty SDK and replace RevenueCat SDK

Install Adapty SDK for your platform ([iOS](ios-installation), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app.
IInstall Adapty SDK for your platform ([iOS](sdk-installation-ios), [Android](sdk-installation-android), [React Native](sdk-installation-reactnative), [Flutter](sdk-installation-flutter), [Unity](sdk-installation-unity)) in your app.

You need to replace a couple of SDK methods on the app side. Let's look at the most common functions and how to replace them with Adapty SDK.

Expand Down

0 comments on commit c37c8c0

Please sign in to comment.