Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start tracking verified ios only #263

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

KennyHuRadar
Copy link
Contributor

@KennyHuRadar KennyHuRadar commented Oct 30, 2023

This PR implements the RN bridge for startTrackingVerified and the event listener for the 'token' event.

QA in Waypoint:
image
We can successfully get back a token from the server, which then can be successfully decoded

ios/RNRadar.m Outdated
@@ -91,6 +91,12 @@ - (void)didLogMessage:(NSString *)message {
}
}

- (void)didUpdateToken:(NSString *)token {
if(hasListeners){
Copy link
Contributor

Choose a reason for hiding this comment

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

spacing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants