ReactNative
[ React Naitve ] error :: The operation couldn’t be completed. No APNS token specified before fetching FCM Token / react-native-firebase
좋은개발자가되고싶다
2023. 10. 23. 16:56
728x90
반응형
firebase ios 를 세팅하다가 해당 이슈가 계속 뜨기 시작했다.
The operation couldn’t be completed. No APNS token specified before fetching FCM Token
import notifee from '@notifee/react-native';
const res = await notifee.requestPermission();
로 해결했다.
ios같은 경우 authorizationStatus 가 1이어야 정상 작동했다.
해당 코드에서 res.ios.authorizationStatus === 1 이 아닌경우, requestPermission을 작동시켰다.
728x90
반응형