Skip to content

Commit 68e7e35

Browse files
authored
Update README.md
1 parent 30286be commit 68e7e35

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,14 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions lau
8989

9090
If you want to send subscription events to third party analytics platforms, you will need to [match user IDs](https://docs.apphud.com/getting-started/sdk-integration#set-up-analytics-integrations-ios-part) (in case of Amplitude or Mixpanel). The full list of available integrations is available [here](https://apphud.com/integrations).
9191

92-
## Use Apphud in Observer Mode
93-
94-
If you have a live app and already implemented subscription purchasing, it is not necessary to rewrite your subscription purchase flow with Apphud methods. Apphud SDK will still automatically track all purchases in your app.
95-
96-
In this case your setup is complete. However configuring push notifications is highly recommended.
97-
9892
## Push Notifications
9993

10094
To handle [push notifications](https://docs.apphud.com/getting-started/push) you need to provide Apphud with device tokens and handle incoming notifications. This is highly recommended in order to use [Rules](https://docs.apphud.com/rules-and-screens/rules) – a powerful feature that lets you increase your app revenue by automatically offering a discount to a user at the specified moment.
10195

10296
## Handle Subscriptions
10397

98+
If you have a live app and already implemented subscription purchasing, it is not necessary to rewrite your subscription purchase flow with Apphud methods. Apphud SDK will still automatically track all purchases in your app.
99+
104100
Apphud SDK provides a set of methods to manage subscriptions. All these methods can be used regardless how you purchased the subscription (via Apphud SDK or your existing code).
105101

106102
### Fetch Products

0 commit comments

Comments
 (0)