-
Notifications
You must be signed in to change notification settings - Fork 399
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
Implement invitation by phone number #154
Implement invitation by phone number #154
Conversation
dvkolesnikov
commented
Feb 24, 2021
- Show number of available invites on the Profile screen
- Invite a user by their phone number without sharing your contact list
I have successfully invited only 2 persons but it was less than hour ago. I've seen your PR #144 but I didn't know that sharing contacts is necessary. Probably, it's needed to be tested more thoroughly before merging. |
I used your version 1.0.9 and for some reason I can't invite anyone. I receive notifications that I have 0 invitations. Why if I didn't invite anyone? |
I don't know for sure what is the rules of granting invitations to the user on the server side. Do I understand right that server returns |
Yes |
I've just got 3 new invitations in my profile. It looks like they grant them periodically (daily?). So, probably, you should just wait for some time. |
where i can download 1.0.9 with this feature? I only find 1.0.8 apk (latest release) |
You can build it by yourself ifyou have Android Studio installed or you should wait until the PR is reviewed and merged @grishka could you, please, review the PR? It doesn't conflict with #144 but allows the user to invite others without sending the contact list to the server. |