zombie45
zombie's dev story
zombie45

공지사항

  • 분류 전체보기
    • iPhone
    • Study

인기 글

최근 댓글

최근 글

티스토리

반응형

블로그 메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록
  • 글쓰기
전체 방문자
오늘
어제

태그

  • Animtaion
  • 안드로이드
  • caching
  • cocoapods-binary-cache
  • appDelegate
  • actions
  • cspell
  • 자동배포
  • TextInputAction
  • 큰파일
  • l10nization
  • UIViewController
  • cache
  • jks
  • textformfield
  • flutter l10n helper
  • Box2d cocos2dx cocos2d-x
  • flutter_localizations
  • 큰폴더
  • 티스토리챌린지
  • FocusScope
  • 오블완
  • 카카오 로그인
  • nextFocus
  • code spell checker
  • Nodejs node express expressjs
  • CI/CD
  • intl
  • Flutter
  • android_key_hash
hELLO · Designed By 정상우.
zombie45

zombie's dev story

iPhone

AWS Simple Notification Service p12

2020. 6. 10. 11:16

Exporting .p12 APNS(Apple Push Notification Service) file for AWS SNS Notification

The help link in SNS to AWS Document is useless they only provide how to create cem, pem file which they don’t use

Step-by-step guide

Getting the p12 file for update

  1. Create Apple Push Services Certificate from apple.
  2. Download and install Certificate.
  3. From KeyChainAccess.App export Apple Push Services to cert.p12 and owner of this cert to key.p12
  4. Open terminal
    openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12
    openssl pkcs12 -nocerts -out key.pem -in key.p12
    openssl pkcs12 -export -inkey key.pem -in cert.pem -out final.p12
  5. Navigate to https://console.aws.amazon.com Simple Notification Service → Application → Awair_iOS_pro
  6. Edit → Update Certificate
  7. upload final.p12 and put in password
반응형
저작자표시 (새창열림)

'iPhone' 카테고리의 다른 글

cocoapods-rome does not specify a Swift version and none of the targets  (0) 2020.11.11
Swift Lint yml  (0) 2020.07.26
Safe area / layout by code for iPhone X, XS, XR, XS Max  (0) 2020.06.10
Underline text / title in UIButton  (0) 2020.06.10
rbenv install stuck at installing openssl  (0) 2020.06.09
    'iPhone' 카테고리의 다른 글
    • cocoapods-rome does not specify a Swift version and none of the targets
    • Swift Lint yml
    • Safe area / layout by code for iPhone X, XS, XR, XS Max
    • Underline text / title in UIButton
    zombie45
    zombie45
    잡다한 개발

    티스토리툴바