Replies: 2 comments
-
🤔 Hmm - can I ask you to try the most recent version to see if that works for you? Also, and I apologize in advance this is really vague - but I seem to recall something about in-app-messaging triggers being perhaps only once per device forever or similar, so triggering them can be really tricky. You've done well turning on the firebase debugging, that's a great step, a shame that it did not immediately point at the answer. Perhaps you could hand-hack in to the node_modules/@react-native-firebase/ directory and add some logging statements to the obj-c code in the in-app-messaging callbacks to see if the SDK is even calling them ? Also, just as a cross-check to make sure things are working in general and see how things are supposed to work, you might try https://github.com/firebase/quickstart-ios/tree/master/inappmessaging |
Beta Was this translation helpful? Give feedback.
-
Late but an update: We were using a pretty old version of React-Native (0.64.3), so the upgrade effort was far more involved than expected, as there were many things we had to change, but after it's completion, the In-App messaging began to work, we're currently running version 16.5 for all the react-native firebase libraries. However, now the Remote Config has stopped working :( The error we're getting is: [Error: [remoteConfig/failure] fetch() operation cannot be completed successfully.] No further details on the error |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, thank you for your assistance.
Problem:
Firebase In-App Messaging does not appear on my iOS Physical Device.
There are no popups and no debug logs even with the -FIRDebugEnabled parameter added.
Note: All other services I'm using work well - Remote Config, Analytics, Crashlytics, Performance and Messaging work without Issue
Background:
I recently implemented the firebase in-app-messaging library for react native and had successful tests with Android.
However all efforts to get it functional on iOS have failed.
These are the reference guides I have followed:
Versions:
react-native: 12.9.3 (all firebase libraries mentioned above)
iOS: SDK Version 8.8.0/8.8.0-beta
iOS OS Version: (15.4.1)
Package.json
Logs:
I'm getting seeing these messages related to Firebase in the Xcode console, unfortunate none of them contain the Debug for In-App Messaging:
Code:
iOS:
React-Native:
Beta Was this translation helpful? Give feedback.
All reactions