Maciel Rodrigues

Results 11 comments of Maciel Rodrigues

I'm facing this problem too, when I generate the .aab (Android App Bundle) on production

Same here. Xcode 14.2, React Native 0.71.2, OneSignal 4.5.0

It was able to resolve this issue by rolling back to version 3.9.2.

> Might be related. #2777 @iqbaldev46 thank you so much! This solves my problem

@christocracy I would like your help with it. Do you need any other info ?

Below, it's my component where I control the "start/stop" of your service: ```javascript import React, {useCallback, Fragment, useEffect, useState} from 'react'; import DeviceInfo from 'react-native-device-info'; import NetInfo from '@react-native-community/netinfo'; import...

@christocracy good morning! Is there something I could be doing wrong? According to the stack trace, it could be something to do with the permission granted.

> Show me `$ adb logcat *:S TSLocationManager:V` of your app launching from a fresh install [TSLocationManagerLogs.zip](https://github.com/transistorsoft/react-native-background-geolocation/files/11051182/TSLocationManagerLogs.zip)

> > Show me `$ adb logcat *:S TSLocationManager:V` of your app launching from a fresh install > > [TSLocationManagerLogs.zip](https://github.com/transistorsoft/react-native-background-geolocation/files/11051182/TSLocationManagerLogs.zip) I exported the logs from Flipper in JSON format for...

Hi @christocracy, To use .emailLog, do I need to set debug as "true" on production ? For this bug, logLevel as "LOG_LEVEL_ERROR", will it be enough ? Will sounds and...