Questions tagged [moengage]

MoEngage is a User Engagement & App Analytics platform helping mobile marketers engage users smartly through personalized interactions

MoEngage is a User Engagement Platform helping mobile marketers engage users smartly through personalized interactions.

Platforms supported by MoEngage

  • Android
  • iOS
  • Web

Official Website: http://www.moengage.com

Official documentation: https://docs.moengage.com/docs

Tutorials and examples:

24 questions
5
votes
2 answers

Unable to use pod in Notification service extension

I am creating a Notification extension, added target as per norm and added a pod in it as follows: Step 1 : target 'MyProject' do # Integration - Frameworks pod 'Fabric' pod 'Crashlytics' pod 'MORichNotification' …
nabu
  • 552
  • 5
  • 16
2
votes
0 answers

ERROR: trackEvent: properties must of MoEProperties type in moengage

I have set up moengage in reactJs and it's working perfectly.Now when I try to setup moengage with react native, I am facing issue to track event. when I try to make a event it gives below error This is the error screenshot Any suggestions are…
Shravan Meena
  • 21
  • 1
  • 4
2
votes
2 answers

MoEngage - React Native UIViewController that is already being presented

After following the instruction on the website, I got this error when I try to build on iOS: Thread 1: "Application tried to present modally a view controller that is already being presented by
Huan Huynh
  • 399
  • 6
  • 16
2
votes
2 answers

SNS notification scheduling

Is it possible to schedule our push notification through SNS (to send it at a particular time of the day) which we are able to parse or moengage?
Varun Mehta
  • 111
  • 1
  • 7
1
vote
0 answers

Flutter plugin for MoEngage?

How can I integrate a MoEngage in flutter framework. Is there any libraries I can use readily? Do I need to do it separately in iOS and Android? I don't see any official support for flutter by MoEngage team. How do i achieve it in flutter?
Rajesh Patil
  • 181
  • 2
  • 10
0
votes
2 answers

How to get list of events performed by user using Mixpanel API

I need an API that Gets all the events performed by user. We are using Mixpanel engage API endpoint to get user's device specific data. But can't seem to find any API that gets events performed by user by userID or mobile number.If anyone know such…
Alwaz
  • 16
  • 4
0
votes
0 answers

Do i need to answer yes when confirming the encryption in the app store?

I'm using AES and Hash SHA256 to encrypt password in my swift apps. Also, i call "HTTPS" for some WebView inside my apps using . I got problem when try to submit my apps. Should i say yes to confirm encryption when i upload my apps to App…
0
votes
1 answer

My package is not importing showing No such module 'MoEngageSDK'

I have tried many solutions like disintegrating pods, cleaning, rebuild, but my issue didn't solve. I'm stuck on this for 2 days and didn't get any proper solution. The package is showing as xcframework not the framework in the pods.
Kashif Ahmed
  • 803
  • 9
  • 20
0
votes
1 answer

Unable to receive moengage push notifications

I have go through the documentation of moengage flutter but unable to receive the notifications i have added fcm keys in dashboard also. Below in my implementation When i am sending notification through fcm are working fine basically we have 2 modes…
Lalit Rawat
  • 1,022
  • 2
  • 17
  • 39
0
votes
1 answer

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve com.moengage:moe-android-sdk:4.0.2

I am working on moengage push notification following this documentation but when i run the program getting this error 403 forbidden. I I have added these things I am working on flutter I think the error is in build.gradle i am not sure but their the…
Lalit Rawat
  • 1,022
  • 2
  • 17
  • 39
0
votes
1 answer

MoEngage on NextJS

I have a problem to implement MoEngage in Next.js. Here's the MoEngage documentation for Reactjs, MoEngage ReactJS But the problem is, I can't find index.html in NextJS. I already try to put in _documents.tsx, under Head component. import {Html,…
Diddo
  • 3
  • 1
0
votes
1 answer

Cannot resolve symbol 'MoEInitializer'

I'm trying to install MoEngage SDK on my flutter app. I need to add native code to my project according to the docs. I'm getting this import error in the SampleApplication.java file I've added the dependencies dependencies { implementation…
Sravan Kumar
  • 602
  • 8
  • 22
0
votes
2 answers

Last remote notification overrides the previous one android

I am testing on android 9 and I have observed that if I send two or more notifications I will always have only one notification and that is the last one I sent. Do you know if this is a known issue? If not then do you know what could cause this…
P.Lorand
  • 1,394
  • 3
  • 17
  • 26
0
votes
1 answer

MoeEngage Validation device could not registered

I am integrating MoeEngage for tacking events and attributes. I have followed the official documentation for integrating android SDK. I try to validate that moeEngage integration is working as expected. // This is the instance of the application…
Fazal Hussain
  • 1,129
  • 12
  • 28
0
votes
1 answer

react-native-moengage `TrackEvent` not publishing event to dashboard

I'm setting up the package react-native-moengage in my react-native app. Followed the guidelines here for react-native all the way to tracking events. Yet calling trackEvent on my code does not publish anything and does not throw an error at JS…
1
2