lytics / ios-sdk

MIT License
0 stars 0 forks source link

Remove Unsupported Configuration Members #119

Closed mgacy closed 1 year ago

mgacy commented 1 year ago

Following the decision to drop automatic event collection in #56, support was not added for the capabilities referenced by the LyticsConfiguration.trackScreenViews, .trackPushNotifications or .trackDeepLinks members, but they were never removed. This fixes that by removing those members.

As a reminder, the SDK does offer the following members to make it easier to collect these and related events:

Using AppDelegate:

Using SwiftUI:

Closes #117