最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Moengage: React native not working for Android Simulator - Stack Overflow

programmeradmin0浏览0评论

Has anyone worked on React Native SDK before, with iOS simulator works as expected but not not with Android simulator?

I've logging the Workspace ID (App ID) and no errors in the console it seems.

I use:

React Native v0.73.8
react-native-moengage v11.1.3

Has anyone worked on React Native SDK before, with iOS simulator works as expected but not not with Android simulator?

I've logging the Workspace ID (App ID) and no errors in the console it seems.

I use:

React Native v0.73.8
react-native-moengage v11.1.3
Share Improve this question asked Mar 13 at 7:40 Wei LimWei Lim 262 bronze badges 5
  • We will need some more information. Have you installed Android Studio the required SDK's an emulator ? Which versions, sdks, etc. And what do you see when opening the emulator? – Thomasino73 Commented Mar 13 at 7:55
  • hi @Thomasino73 I am using Pixel 9 Pro, API 35, Android 15.0 created from Android Studio, let me know if you need more information. – Wei Lim Commented Mar 13 at 10:28
  • Does the emulator boot? Can you install the application? What error pops up? – Thomasino73 Commented Mar 13 at 10:29
  • @Thomasino73 the app booted, and inside the app, I have a button to fire login logout, events, etc. from the logging itself everything seems ok. – Wei Lim Commented Mar 13 at 10:39
  • Then what is not working? Which error do you get? Can you show us some code? – Thomasino73 Commented Mar 13 at 13:12
Add a comment  | 

1 Answer 1

Reset to default 0

Resolved by configuration in android/app/build.gradle

buildConfigField "String", "MOENGAGE_APP_ID", "\"YOUR_MOE_APP_ID\"" // Modify the ID here
发布评论

评论列表(0)

  1. 暂无评论