Questions tagged [webengage]
9 questions
2
votes
1 answer
App crashes on load on adding FirebaseMessaging pod with react-native-webengage
App is crashing on load on adding FirebaseMessaging for iOS.
React-native version: 0.60.4
To reproduce from ExampleApp present in https://github.com/WebEngage/react-native-webengage:
Add FirebaseMessaging in Podfile:
pod 'Firebase/Core'
pod…

Darshita Golchha
- 46
- 3
1
vote
1 answer
iOS - Initialise WebEngage SDK Conditionally with different Accounts Ids
I am in need of Initialising WebEngage SDK based on some conditions.
if condition {
//initialise with `X` Account ID
} else {
//initialise with `Y` Account ID
}
But as per WebEnage-Documentation there is no method for initialising SDK with…

Ashwani Kumar
- 465
- 4
- 9
1
vote
1 answer
APP_ID_MISMATCH in web engage while sending push notification
Proceedings:
I am using push notifications to send message
Device is getting registered in Web-Engage
When I send a push notification to a device, Status on the console is
seen as 'ENDED'
Finally push notification is not received on device
Error…

Devrath
- 42,072
- 54
- 195
- 297
0
votes
0 answers
Undefined symbol: _OBJC_CLASS_$_WebEngage
I'm facing this issue while building react native ios project.
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_WebEngage", referenced from:
objc-class-ref in webengageBridge(WEGWebEngageBridge.o)
react-native:…
0
votes
0 answers
Can we use webEngage for flutter web?
I'm trying webEngage with flutter web. I tried adding this script in index.html.