Skip to content

Commit

Permalink
implement new auth protocol on iOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
roninopf committed Mar 28, 2023
1 parent 51f3ee4 commit 91bdaff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/RNIterableAPI/ReactIterableAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -679,4 +679,8 @@ extension ReactIterableAPI: IterableAuthDelegate {
}
}
}

func onTokenRegistrationFailed(_ reason: String?) {

}
}

1 comment on commit 91bdaff

@sreedhu-7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will this change go live?

Please sign in to comment.