인앱 구매를 설정하는 방법 ( "메타 데이터 누락")
인앱 구매를 설정하려고하는데 아래 표시된 "메타 데이터 누락"을 제거하는 방법을 모르겠습니다. 페이지에서 볼 수있는 유일한 노란색 점은 "현지화"섹션이지만 "표시 이름"과 "설명"을 완료했기 때문에 다른 작업을 수행 할 수 있는지 또는 내가 뭘 잘못하고 있는지 알 수 없습니다.
도와주세요! 감사합니다.
여기에 앱의 모든 유형의 스크린 샷을 추가하세요. 그런 다음 저장하고 제출하십시오. 작동합니다.
갱신 가능한 구독과 동일한 문제가 발생했습니다. iTunes 페이지 상단 근처에서 "Missing Metadata"라고 표시된 이미지 바로 아래에 다음이 표시됩니다.
I clicked on "Add Localizations" which took me to the group. There is a broad frame instructing you to click somewhere else. Click on the little blue circled plus to the right of "Localizations."
After selecting the language I filled in "Subscription Group Display Name" and saved. The IAP status immediately changed to "Ready to Submit."
A screenshot of the product as it appears on the device. This screenshot is used for Apple’s review only and is not displayed on the App Store.
Screenshots requirements are outlined below:
- iOS requires at least 640 x 920 pixels.
- tvOS requires 1920 x1080 pixels.
- macOS requires 1280 x 800 pixels.
Source: https://help.apple.com/itunes-connect/developer/#/dev84b80958f
Any 1024x768 png image file added to the screenshot in Review Information has solved the issue
For iOS in-app purchase, you need an image size of at least 640 x 920 pixels.
iOS requires at least 640 x 920 pixels.
tvOS requires 1920 x1080 pixels.
macOS requires 1280 x 800 pixels.
These are the Apple guidelines.
In my case the issue was information missing under the "Group Reference Name". Would be nice if error message was more specific.
Add a screenshot to your review part at the bottom and it will change to ready to submit.
In my case the problem was that the price wasn't specified; I didn't actually have sufficient permissions to set a price (my role was 'Developer') so the section didn't appear and I didn't notice it was missing.
Use Opera browser, it solved my problem by uploading below: iOS requires at least 640 x 920 pixels for Review Screenshot
Same issue here. Solved uploading an image generated with the simulator:
- Run the app in the simulator, go to the VC with the In App Purchase information.
- Cmd + S -> This creates a screenshot of the simulator with the device resolution.
- Find the screenshot just created in the desktop.
- Drag & drop it to the AppStoreConnect/YourApp/Features/In-App Purchases/Review Information/Screenshot.
For me, It was the subscription group name I missed. Add at-least one localization.
몇 가지 다른 항목 아래의 왼쪽 상단에는 구독 기간을 묻는 "기간"드롭 다운이 있습니다 (현재 구독중인 것으로 가정).
나는 이것이 내가 처음 놓친 것이거나 아마도 하단의 테스트 스크린 샷이라고 생각합니다.
이번에 모든 것을 저장했을 때 바로 "제출 준비 완료"로 바꿨습니다. 이제 새 빌드를 업로드하기 만하면됩니다! 행운을 빕니다!
참고 URL : https://stackoverflow.com/questions/39683170/how-to-set-up-in-app-purchases-missing-metadata
'Program Tip' 카테고리의 다른 글
ES6 Iterable을 배열로 변환 (0) | 2020.11.04 |
---|---|
Asp.net Core에서 사용자 브라우저 이름 (user-agent)을 얻는 방법은 무엇입니까? (0) | 2020.11.04 |
Python 속성 확인을위한 get () 유사 메소드 (0) | 2020.11.04 |
Zend 자습서로 시작-Zend_DB_Adapter에서 예외 발생 : "SQLSTATE [HY000] [2002] 해당 파일 또는 디렉터리가 없습니다." (0) | 2020.11.04 |
json Uncaught SyntaxError : 예기치 않은 토큰 : (0) | 2020.11.04 |