자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다.
- 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)
Delphi 앱스토어 거부건 IPv6 지원안됨
2017.06.01 16:14
1. tool : delphi 10 Seattle 버전 사용
2. 하이브리드앱 개발 완료 후 앱스토어 등록시 아래와 같이 거부 되었습니다.
어떻게 하면 되나요??
Apple의 메시지
2. 1 Performance: App Completeness
Guideline 2.1 - Performance
We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.3.1 on Wi-Fi connected to an IPv6 network.
Specifically, your app displays a blank screen upon launch. Please see the attached screenshots for more information.
Next Steps
To resolve this issue, please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify any issues, then revise and resubmit your app for review.
If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.
For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue.
Resources
For information about supporting IPv6 Networks, please review Supporting IPv6 DNS64/NAT64 Networks and About Networking.
3. 개발 형식
- TWebBrowser에 URL 링크 (첨부파일 참고)
댓글 3
-
김원경
2017.06.02 13:37
-
사랑남
2017.06.05 17:49
일전에 제가 문의한 내용입니다.
전에 문의할때는 datasnap 을 사용했었습니다.
현재는 datasnap, indy를 사용하지 않고 첨부한 이미지와 같이 웹브라우저만 사용합니다.
즉 웹브라우저에서 설정하는 부분이 있는지 문의한 것입니다.
-
험프리
2017.06.22 10:22
애플의 안내에 따르면 IPv6 DNS64 / NAT64 네트워크 환경에서 검토해 보는 것이 필요할 것 같습니다.(어렵네요...)
우선, 파이어몽키 웹브라우저 소스코드를 살펴봤는데요. IPv6 문제가 될만한 내용은 없었습니다.(IPv4용 API가 사용되지 않았습니다.)
혹시 구현시 URL 부분에 IP주소를 사용했는지 검토해보시고, 만약, IP 주소 사용 시 도메인으로 변경하시기 바랍니다.
다음 링크들에서 IPv6 환경 구축 및 문제점검에 도움이 될 것 같습니다.(그 외에도 검색해 보면 많은 정보들이 나오니 참고해보시기 바랍니다.)
http://meetup.toast.com/posts/91
http://lab.gamecodi.com/board/zboard.php?id=GAMECODILAB_Lecture&no=458
제가 궁금해 찾아보니, 서버 측에서는 굳이 IPv6를 지원하지 않아도 된다는 글이 있네요.(서버측은 살펴보지 않아도 될 것 같습니다.)
https://blogs.msdn.microsoft.com/eva/?p=12795
Delphi 앱스토어 거부건 IPv6 지원안됨
2017.06.01 16:14
1. tool : delphi 10 Seattle 버전 사용
2. 하이브리드앱 개발 완료 후 앱스토어 등록시 아래와 같이 거부 되었습니다.
어떻게 하면 되나요??
Apple의 메시지
2. 1 Performance: App Completeness
Guideline 2.1 - Performance
We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.3.1 on Wi-Fi connected to an IPv6 network.
Specifically, your app displays a blank screen upon launch. Please see the attached screenshots for more information.
Next Steps
To resolve this issue, please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify any issues, then revise and resubmit your app for review.
If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.
For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue.
Resources
For information about supporting IPv6 Networks, please review Supporting IPv6 DNS64/NAT64 Networks and About Networking.
3. 개발 형식
- TWebBrowser에 URL 링크 (첨부파일 참고)
댓글 3
-
김원경
2017.06.02 13:37
-
사랑남
2017.06.05 17:49
일전에 제가 문의한 내용입니다.
전에 문의할때는 datasnap 을 사용했었습니다.
현재는 datasnap, indy를 사용하지 않고 첨부한 이미지와 같이 웹브라우저만 사용합니다.
즉 웹브라우저에서 설정하는 부분이 있는지 문의한 것입니다.
-
험프리
2017.06.22 10:22
애플의 안내에 따르면 IPv6 DNS64 / NAT64 네트워크 환경에서 검토해 보는 것이 필요할 것 같습니다.(어렵네요...)
우선, 파이어몽키 웹브라우저 소스코드를 살펴봤는데요. IPv6 문제가 될만한 내용은 없었습니다.(IPv4용 API가 사용되지 않았습니다.)
혹시 구현시 URL 부분에 IP주소를 사용했는지 검토해보시고, 만약, IP 주소 사용 시 도메인으로 변경하시기 바랍니다.
다음 링크들에서 IPv6 환경 구축 및 문제점검에 도움이 될 것 같습니다.(그 외에도 검색해 보면 많은 정보들이 나오니 참고해보시기 바랍니다.)
http://meetup.toast.com/posts/91
http://lab.gamecodi.com/board/zboard.php?id=GAMECODILAB_Lecture&no=458
제가 궁금해 찾아보니, 서버 측에서는 굳이 IPv6를 지원하지 않아도 된다는 글이 있네요.(서버측은 살펴보지 않아도 될 것 같습니다.)
https://blogs.msdn.microsoft.com/eva/?p=12795
http://tech.devgear.co.kr/delphi_qna/424253
유사한 사례와 답글이 있습니다. 참조하시기 바랍니다.