iOS Guide 5. Notification Service Extension
5-5. plist 생성
Bizpush API 에 필요한 설정파일 (plist) 를 BZConfig.plist 이름으로 저장
-
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd<plist version="1.0" <dict>
<key>developmentAppKey</key>
<string>생성한 앱키</string>
<key>developmentAppSeq</key>
<string>1</string>
<key>developmentHostIp</key>
<string>https://response.bizpush.co.kr</string>
<key>developmentHostPort</key>
<string></string>
<key>developmentApiMode</key>
<string>2</string>
<key>developmentAppName</key>
<string>앱 이름</string>
<key>developmentNotiGroupName</key>
<string>추가한 그룹명</string>
</dict>
</plist>