Walter Monecke

Results 89 comments of Walter Monecke

@NachoSoto Done, but where should the logs show? In my terminal, I am only seeing my own console.logs. This is happening in both Android and iOS.

I have the logs: ```bash 2023-11-13 21:33:02.512 15027-15149 [Purchases] - DEBUG com.moodpixel D ℹ️ Debug logging enabled 2023-11-13 21:33:02.513 15027-15149 [Purchases] - DEBUG com.moodpixel D ℹ️ SDK Version - 6.5.2...

The second time this log appears: `✨ ------- Purchases.addCustomerInfoUpdateListener - purchases status ------- ✨`, it is because I logged in with a user that has an active premium subscription but...

@NachoSoto seems like doing yarn add react-native-purchases@latest installs version 4.6.3 which is odd. Which version should I be getting?

@NachoSoto I ended up installing 7.2.0 but there is def something funky going on with @latest.

Sadly still happening @NachoSoto on 7.3.0

Will do so tomorrow morning. This is my sign-in method just in case you guys see anything weird with it: ```typescript export const signInWithEmail = (email: string, password: string) =>...

@NachoSoto it seems that calling ``` Purchases.configure({ apiKey: 'BjAwluMVWZBmYUayqbdYfYLKcufVfiCz', appUserID: credential.user.uid, }) ``` AGAIN (I already called this in my App.js) right after ``` const credential = await auth().signInWithEmailAndPassword( email,...