Error with React Native Expo Notifications - react-native

I am using Exp notifications, and works fine for all of my users. However a few of my users get this error "Error Domain=UNErrorDomain Code=1 "Notifications are not allowed for this application" UserInfo={NSLocalizedDescription=Notifications are not allowed for this application}". Do you have any idea what's going on and why only a few of them get this error? Thank you.

Related

Showing "Sorry, Something went wrong" message while try to login facebook through react native application

As you can see in the screenshot above, I got the warning message when I added "user_friends" to loginButton.setPermissions("email", "public_profile", "user_friends"), but when I tried logging into Facebook, I received a message saying, "Sorry, something went wrong." Is this a permission disable issue or not?
It has been over a year since I submitted the app and there were no issues. However, it is one month before the issue begins.
React native package used is : react-native-fbsdk-next

Error Logging into this app with facebook is not available at this time

today i get into this error using react native with expo managed workflow, i try with facebook sdk, expo-auth-session, webview url, so them i give up because every method give me the same error, i end when i eject from expo to react native bare with react-native-fbsdk-next, after config all the environment with Android studio, i fall at the same error point D:
Please if someone know, if i missing some configurations, i follow all the steps in expo, react-native-fbsdk-next, expo-auth-session and expo-facebook D:
Error Logging into this app with facebook is not available at this time
UPDATE: i created a new React Native project again from scratch, follow react-native-fbsdk-next and Facebook Android start guide for login, still getting the same error. I reach that the error occour when i need to type my account and password in the facebook app, if i was already loggued in and did not ask for new permissions, i can login sucessfully, but if i log out from facebook app or ask for 1 new permission, it force me to log in and the bug occurs again, also i reach this report at facebook page, if someone is getting the same error, please help comment:
error logging facebook is not available at this time

Getting error while trying to sign in with Facebook

I'm using React Native Firebase Authentification and Facebook SDK for signing in. It was working completely fine but now I'm getting this error
[Error: [auth/configuration-not] An internal error has occurred. [ CONFIGURATION_NOT_FOUND ]]
Please check project_id in you google-services.json and also in your firebase console if facebook auth in enabled or not.

React Native Expo - Location service

Im trying to submit an app to google play console but it is showing an error ->
This release includes permissions that haven't been declared in Play Console. Go to Sensitive app permissions to update your permission declarations.
But Im not asking the user for any location permission or have any code to do the same.
The closest thing that Im getting from the user is their timezone using expo-localization
Is there a way to fix is ?

An error occurred talking to the iTunes Store : While uploading app using app loader

Unable to upload app to iTunes store. Tried solution on following links but did not work.
An error occurred talking to the iTunes Store : message while validating App
Xcode stuck at “Your application is being uploaded”
Any suggestions?
Thanks in advance.