react-native 의 expo를 사용하여
app notification 까지 동작하는 webview 서비스를
web app 을 ios 에 배포하기
https://developer.apple.com/account/resources/identifiers/list 에 접속하여 Identifiers 를 생성해줍니다.

App IDs 를 선택하고 Continue를 누릅니다.

App Type을 선택하고 Continue를 누릅니다.

Description과 Bundle ID 를 입력해주고
저의 경우
Description은 app name을 설정하여주었고
Bundle ID의 경우 com.company.appname ( or com.group.appname ) 으로 작성하였습니다.

우리는 app push notification을 사용할 것이기에 Capabilities에서 Push Notifications 를 선택해줍니다.

Description 과 Bundle ID 를 확인할 수 있습니다.