Skip to content

Commit

Permalink
update swizzling documentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
CataD-Tapp committed Jun 23, 2022
1 parent e574922 commit fc74464
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ You can enable advanced logging if you want more information on what’s happeni
```swift
Ometria.sharedInstance().isLoggingEnabled = true
```
:::info
By default, Ometria uses swizzling in order to gain access to push notification information. However, if you are not comfortable with it, we have provided a set of methods that need to be called in order to provide Ometria with the required Push Notification information it requires.

:::
> :information_source: **Remove Swizzling**
> By default, Ometria uses swizzling in order to gain access to push notification information. However, if you are not comfortable with it, we have provided a set of methods that need to be called in order to provide Ometria with the required Push Notification information it requires.
First of all you will have to update your initializer so that it doesn't use swizzling.

Expand Down

0 comments on commit fc74464

Please sign in to comment.