Telerik-Verified-Plugins / Firebase-Invites

:wave: Invite your contacts to install and use your app via Email or SMS
7 stars 31 forks source link

Invites sent, however they did not arrive #3

Open mikitovicsmark opened 7 years ago

mikitovicsmark commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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

abdulhafeez commented 7 years ago

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

polcham commented 7 years ago

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

Alb93 commented 7 years ago

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 commented 7 years ago

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

Alb93 commented 7 years ago

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

Aviho-M commented 5 years ago

how to send by what's up?