Anil P Babu
Anil P Babu

Reputation: 1295

How send Android app requests to Facebook friends (to install app) that is not published on Google Play?

I tried what mentioned in this link. I successfully made my app to invite friends on Facebook, but none of friends did receive an invite.

I tried logging in a device that does not have my app installed and logged in with an unauthorized Facebook friend's account according to this question. Still there are no notifications.

I wonder it may be cause my app is not published on Google Play and Facebook doesn't bother to send notification from such an app to its users. I got the app link URL from Facebook:

appLinkUrl = "https://fb.me/***078833387****"

But when opened in browser it redirects to Google Play and says:

We're sorry, the requested URL was not found on this server.

Upvotes: 0

Views: 604

Answers (1)

Anil P Babu
Anil P Babu

Reputation: 1295

Solved finally.

It was cause my app was not made public in Facebook. I made it public under AppReview tab of my app page here.

Got the clue from this site.

Upvotes: 0

Related Questions