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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -89,18 +89,14 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions lau
89
89
90
90
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).
91
91
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
-
98
92
## Push Notifications
99
93
100
94
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.
101
95
102
96
## Handle Subscriptions
103
97
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
+
104
100
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).
0 commit comments