Questions tagged [facebook-analytics-push]

4 questions
5
votes
1 answer

Facebook Analytics - In-app notification not working

I already got the push notifications working, but now I have to integrate the in-app notifications. In order to do that I did the following: Added the lib in the gradle file: compile…
AlvaroSantisteban
  • 5,256
  • 4
  • 41
  • 62
1
vote
0 answers

Facebook Analytics push campaign creating stopped working

Today getting error each time when I try to create a new in-app push notification campaign. Yesterday it worked fine. Today I am getting error "Sorry, something went wrong" when I try to save p.s. tried different browsers, machines, clearing…
0
votes
1 answer

Cannot resolve method 'setPushNotificationsRegistrationId(java.lang.String)' for Facebook Push Notifications

I am implementing push notifications in Android with Firebase Cloud Messaging, and I am implementing Facebook Push Notifications and Facebook In-App Notifications too. I am following the instructions at…
0
votes
1 answer

Does Facebook SDK 3.23.1 include the FBNotifications library?

I am following the Push Campaigns Quickstart at https://developers.facebook.com/docs/push-notifications/quickstart. At the beginning of the document, I found this paragraph: Prior to sending in-app notifications you will also need to integrate …