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

Invites sent, however they did not arrive #3

Open
mikitovicsmark opened this issue Oct 19, 2016 · 8 comments
Open

Invites sent, however they did not arrive #3

mikitovicsmark opened this issue Oct 19, 2016 · 8 comments

Comments

@mikitovicsmark
Copy link

Hello!

I have fixed the SHA1 issue, which comes up in the demo app. However when i choose my contacts, and press send emails, nothing arrives.

On the bottom of my screen it says, that invites have been sent. In the developer console the invite ids are printed out too.

I have ran through the firebase docs a few times, but i am still clueless. Do you have any suggestions ?

Thanks in advance

@saiy2k
Copy link

saiy2k commented Nov 14, 2016

Same happened with me. But when I commented out androidClientID, I received the Invite in mail.

    FirebaseInvites.sendInvitation(
    {
        title: "Invite Friends",
        message: "Try Grassroots and volunteer for the betterment of the society",
        deepLink: "myapp://invite:10" + this.volService.me.profile.userId,
        callToActionText: "Volunteer!",
        description: "My description",
        customImage: "http://grassrootsapp.in/img/iconx256.png"
    },
    function (result) {
        console.log("Sent " + result.count + " invites");
        console.log("Invitation ID's: " + JSON.stringify(result.invitationIds));
    },
    function (msg) {
        alert("Error: " + msg);
    });

@mikitovicsmark
Copy link
Author

Thank you, it really sends the email this way :)

@abdulhafeez
Copy link

I have same issue for iOS. Invitations are sent successfully but no email arrives. Removing iosClientID did not work.

@polcham
Copy link

polcham commented May 22, 2017

same issue, invitations are sent on the Xcode console, but no emails are arriving. Anyone managed to get this to work?

@Alb93
Copy link

Alb93 commented Jun 17, 2017

Does not work also here (android). Invites sent correctly but never received, also by removing androidClientID. Please fix the issue or remove the plugin, or it is only a waste of time.

@EddyVerbruggen
Copy link
Contributor

Wow. So how is that the plugin's fault?

@Alb93
Copy link

Alb93 commented Jun 17, 2017

Other ideas? It is also quite strange that for someone only email works by removing the androidClientID option...

@Aviho-M
Copy link

Aviho-M commented Apr 24, 2019

how to send by what's up?

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

No branches or pull requests

7 participants