일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- appstroe connect guideline
- flutter doctor -v
- Flutter
- app stroe connect guideline
- youtube_player_flutter
- AI
- exception caught by image resource service
- providernotfoundexception
- app completeness
- flutter_secure_storage
- 에러
- appstore connect guideline
- infinity or nan toint
- dart sdk version upgrade
- GetX
- 플러터
- buildcontext
- flutter_dotenv
- 채팅 메시지 정렬
- app store connect guideline
- pub.dev
- tflite_flutter
- .dio
- guideline 4.3(a)
- undefined name
- guideline 1.5
- permissiondeniedexception
- exception
- information needed
- withopacity
- Today
- Total
min_chan님의 블로그
Guideline 2.1 - Performance - App Completeness 본문
Guideline 2.1 - Performance - App Completeness
min_chan 2025. 3. 10. 10:00
리젝 사유
Guideline 2.1 - Performance - App Completeness
Issue Description
The app exhibited one or more bugs that would negatively impact App Store users.
Bug description: the app was loading the page indefinitely when tapped the Share button.
Review device details:
- Device type: iPad Air (5th generation)
- OS version: iPadOS 18.3.1
Next Steps
Test the app on supported devices to identify and resolve bugs and stability issues before submitting for review.
If the bug cannot be reproduced, try the following:
- For new apps, uninstall all previous versions of the app from a device, then install and follow the steps to reproduce.
- For app updates, install the new version as an update to the previous version, then follow the steps to reproduce.
Resources
- For information about testing apps and preparing them for review, see Testing a Release Build.
- To learn about troubleshooting networking issues, see Networking Overview.
Support
- Reply to this message in your preferred language if you need assistance. If you need additional support, use the Contact Us module.
- Consult with fellow developers and Apple engineers on the Apple Developer Forums.
- Provide feedback on this message and your review experience by completing a short survey.
원인
- 나의 앱에서 사진을 공유하려고 공유 버튼을 눌렀을 때 무한 로딩이 발생한다고 한다.

해결방법
- 내가 짠 코드를 확인해 보니 무한 로딩이 발생한 이유는 UI가 비동기 작업의 완료 상태를 반영하지 않았기 때문이다.
- 상태관리로 GetX를 사용하였는데 GetX의 update(), 또는 Obx를 올바르게 사용해야겠다......
'App Store Connect Guideline' 카테고리의 다른 글
Guideline 1.5 - Safety (0) | 2025.04.25 |
---|---|
Guideline 4.3(a) - Design - Spam (0) | 2025.03.12 |
Guideline 4.1 - Design - Copycats (2) | 2025.03.08 |
Guideline 1.1 - Safety - Objectionable Content (0) | 2025.02.20 |
Guideline 1.2 - Safety - User Generated Content (1) | 2025.02.10 |