통돌이

cordvoa ios 이미지 확장

◎◇ 2022. 7. 19. 10:05

https://firebase.google.com/docs/cloud-messaging/ios/send-image?hl=ko 

 

 

1. XCODE FILE → NEW → TARGET →NOTIFICATION SERVICE EXTENSION 추가(objective-c)

2. 생성한 extension의 NotificationService.m 수정

3. didReceiveNotificationRequest의 SELF.contentHandler 대신 [FIRMessaging exensionHelper]로 변경 (FIREBASE document 참고)

4. cocoapods으로 EXTENSION에 FIREBASE/MESSAGING 설치

5. NotificationService.m에 FIREBASE IMPORT

 

추가

cocoa pod 설치

https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/