firebase cloud messaging์ ์ฌ์ฉํ๊ณ ์ถ์๋ค.
ios๋ ๊ถํ์ ์์ฒญํ๋ ์ ์์ ๊น๋ค๋กญ๋ค ์๊ธฐ๋ฅผ ์ฌ๋ฌ๋ฒ ๋ค์ด์ ์ซ์ ์์๋๋ฐ,
์ฝ์ง ์๋๋ผ.
์ฒ์์ ios ์๋ฆผ๊ถํ ์ํ๋ฅผ ๋ฌผ์ด๋ณด๊ณ , ๊ถํ์์ฒญ์ ํ๋ ์์ ์ด ํ์ํ๋ฐ.
messaging().requestPermission()
์์ ํจ์๋ก ์ํ๋ฅผ ๋ฌผ์ด๋ณด๊ณ , ๊ถํ ์์ฒญ์ ํด์ผํ๋๋ฐ
์ api๋ฅผ ์ฌ์ฉํ๋ฉด ์๋์ ๊ฐ์ ๊ฒฝ๊ณ ๊ฐ ๋ฐ์ํ๋ค
Possible Unhandled Promise Rejection (id: 10):
Error: [messaging/unknown] Notifications are not allowed for this application
NativeFirebaseError: [messaging/unknown] Notifications are not allowed for this application
requestUserPermission$@http://192.168.0.5:8081/src/config/CloudMessaging.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:60:70
tryCatch@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:1418:23
invoke@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:1591:32
tryCatch@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:1418:23
invoke@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:1491:30
http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:1501:21
tryCallOne@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:4085:16
http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:4186:27
_callTimer@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:30685:17
_callImmediatesPass@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:30724:17
callImmediates@http://192.168.0.5:8081/index.bundle?platform=ios&dev=true&minify=false:30941:33
์ฝ์ง๋ก ์ธํด ์๊ฒ๋๋ ๋ฐ์ ์ด์ ๋ ios product name์ด ์์ด๊ฐ ์๋ ๊ฒฝ์ฐ ์ด๋ฐ ๊ฒฝ๊ณ ๊ฐ ๋๋ค.
xcode > Build Settings > Packaging > Product Name
์ ํ๊ธ์์ ์์ด๋ก ๋ฐ๊พธ๋ ์ ์๋ ํ์๋ค. ๐
์ฐธ๊ณ
https://github.com/invertase/react-native-firebase/issues/4093#issuecomment-694464442
๋๋ถ์ ํ์๊ฐ 30๋ถ ์ฝ์งํ๊ณ ํด๊ฒฐํ๋ค์ ๊ฐ์ฌํฉ๋๋ค