티스토리 뷰

반응형

버스앱이 오늘 두번째 리젝을 당했네요..음..


첫번째 리젝 사유는  두가지 였습니다.


1. 스크릿삿이 플랫폼 별로 등록되어있지 않다

유니버셜 앱과 UWP앱을 한번에 등록하는 구조이기 때문에, 데스크탑 용 스크린샷과 폰용 스크린 샷을 모두 UWP용으로만 채웠더니..그러면 않된다고 하더군요..그래서 Windows 8.1, Windows Phone 8.1 용 스크린 샷도 몇장 추가해 주었습니다.


2. App Policies: 10.4 Graceful Shutdown

The app supports graceful shutdown. The app must handle exceptions raised by the any of the managed or native system API and not close unexpectedly. An app that closes unexpectedly fails certification. The app must continue to run and remain responsive to user input after the exception is handled.

Locations: KBusInfo2.Windows_1.3.7.1_x86_x64.appxbundle

Notes To Developer

The app terminates silently in response to user input:

Steps to reproduce:

1. Launch the app.
2. Select Menu in the upper left corner.
3. Select "Settings".
4. Note that the app terminates silently in response to user input.


Tip: A Windows app may run flawlessly during development and testing, but after submitting it for certification testing, the app may crash or perform unexpectedly. Along these same lines, your app may not perform as expected after publication. This resource, http://support.microsoft.com/kb/2859130, explains the most common reasons for this along with remedies.


첫번째 리젝 사유와 두번째 리젝 사유에 공통적으로 들어가는 녀석인데, 네비게이션시에 오류가 발생해서 앱이 죽어버리는 현상이 있어서 수정했습니다. 그런데, 이상하게 SelectionChaned 이벤트가 두번씩 타고 들어오는 것이 확인이 되서 그걸 콱 막아버리도록 수정했습니다.


하지만, 그래도 가끔 0xc0000005 'Access violation' windows store 이류가 발생을 하기는 하던데..이건 디버그에 않걸려서 어떻게 처리를 못했네요..음음..



3. App Policies: 10.3 Keyboard & Mouse Support

 The app is functional using any combination of Keyboard & Mouse. This includes, keyboard only, mouse only, or keyboard and mouse, or the publisher discloses that the app does not function with Keyboard & Mouse.

Locations: BusInfoW8U2_1.2.1.6_AnyCPU.appx

Notes To Developer

The app is not usable with keyboard and mouse inputs and no such limitation is disclosed in the app description page. Please see: http://msdn.microsoft.com/en-us/library/windows/apps/Hh761498.aspx for some of the common interactions for keyboard and mouse.


이건 윈도 8.0 앱이 키보드와 마우스 지원을 잘 못하고 있다고 해서..그냥 윈도우 8.0용 패키지를 삭제해 버렸습니다.

이번에는 통과가 될런지 모르겠네요 ㅎㅎ


반응형
댓글