본문 바로가기
반응형

개발/Unity Error16

유니티 iOS Xcode Guideline 4.3 - Design 해결법 오류 내용 Guideline 4.3 - Design This app duplicates the content and functionality of other apps submitted by you or another developer to the App Store, which is considered a form of spam. Apps that simply duplicate content or functionality create clutter, diminish the overall experience for the end user, and reduce the ability of developers to market their apps. The next submission of this app may .. 2024. 3. 18.
유니티 iOS Xcode Guideline 4.1 - Design - Copycats 해결법 오류 내용 Guideline 4.1 - Design - Copycats This app or its metadata appears to be misrepresenting itself as another popular app or game already available on the App Store, from a developer's website or distribution source, or from a third-party platform. Apps submitted to the App Store should be unique and should not attempt to deceive users into thinking they are downloading something they are not.. 2024. 3. 18.
유니티 iOS Xcode Guideline 5.1.1(v) - Data Collection and Storage 해결법 오류 내용 Guideline 5.1.1(v) - Data Collection and Storage We noticed that your app supports account creation but does not appear to include an option to initiate account deletion. Apps that support account creation must also offer account deletion to give App Store users more control of the data they've shared while using your app. Next Steps If your app already supports account deletion, reply to .. 2024. 3. 18.
유니티 iOS Xcode Guideline 3.1.1 - Business - Payments - In-App Purchase 해결법 오류 내용 Guideline 3.1.1 - Business - Payments - In-App Purchase We found that your app offers in-app purchases that can be restored but does not include a "Restore Purchases" feature to allow users to restore the previously purchased in-app purchases, as specified in the "Restoring Purchase Products" section of the In-App Purchase Programming Guide: "Users restore transactions to maintain access t.. 2024. 3. 18.
유니티 iOS Xcode Guideline 2.3.3 - Performance - Accurate Metadata 해결법 오류 내용 Guideline 2.3.3 - Performance - Accurate Metadata We noticed that your screenshots do not sufficiently show your app in use. Specifically, your 6.5-inch iPhone screenshots display stretched images and do not show the current version of the app in use. To help users understand your app’s functionality and value, your screenshots should highlight your app's core concept. For example, a gamin.. 2024. 3. 18.
유니티 iOS Xcode Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage 해결법 오류 내용 Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register with personal information to purchase in-app purchase products that are not account based. Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user. User registration that requires the sharing .. 2024. 3. 18.
유니티 안드로이드 빌드 java.lang.ClassNotFoundException 해결법 오류 내용 안드로이드로 빌드가 잘 되는데 에러가 뜨면서 튕긴다. 유니티 안드로이드 로그캣으로 확인해보면 java.lang.ClassNotFoundException : xxxx ~ 형태의 에러 로그가 뜬다. 해결 방법 Assets / Plugins / Android / proguard-user.txt 에 추가한다. -keep class com.google.xxxx.** { *; } 2024. 3. 16.
유니티 iOS Xcode Guideline 2.1 - Performance 심사를 통과하지 못함 오류 내용 2.1 App Completeness Submissions to App Review, including apps you make available for pre-order, should be final versions with all necessary metadata and fully functional URLs included; placeholder text, empty websites, and other temporary content should be scrubbed before submission. Make sure your app has been tested on-device for bugs and stability before you submit it, and include demo.. 2024. 3. 16.
유니티 구글 인앱결제 오류 거래가 거부되었습니다 해결 방법 오류 내용 내가 만든 앱에서 인앱 결제 시 거래가 거부되었습니다 창이 뜨면서 인앱결제가 안 되는 경우 구글 개발자 콘솔 주문 관리 탭에서 결제 거부됨 이라고 로그가 남게 됩니다 해결 방법 1. 구글 판매자 고객센터 문의하기 Google Merchant Center 고객센터 이 고객센터에서 판매자 센터 Next와 기존 판매자 센터 환경의 콘텐츠를 모두 확인할 수 있습니다. 각 도움말 상단에 있는 로고를 찾아 해당하는 판매자 센터 버전용 도움말을 사용하고 있는지 support.google.com 2. 판매자 계정 본인 인증하기 1인 기업일 경우 신원 확인 - Google 결제 센터 도움말 support.google.com 사업자가 있을 경우 본인 확인 - Google 결제 센터 도움말 주주, 사원, 주식 보.. 2024. 2. 14.
Unity Xcode Linker command failed with exit code 1 해결 방법 원인 Undefined symbols: Linker command failed with exit code 1 (use -v see invocation) 해결 방법 1. Unity-iPhone 에서 UnityFramework 에서 General - Frameworks and Libraries 에서 사용하지않는 것들 전부 마이너스해서 제거하기 2. Plugin 폴더에서 ios/ 안에 내가 사용하지 않는 플러그인 파일이 남아있을 경우 제거하기 2024. 2. 10.
유니티 모바일 빌드 오류 CommandInvokationFailure: Gradle build failed. 해결 방법 오류 내용 CommandInvokationFailure: Gradle build failed. ~ 해결 방법 C:\Users\사용자\.gradle\caches 내부 파일 삭제 C:\Users\사용자\AppData\LocalLow\Unity 내부 파일 삭제 AndroidManifest.xml 확인하기 참고 사이트 [Unity/Android] CommandInvokationFailure: Gradle build failed ERROR 해결방법 작업 중 아래와 같은 오류로 빌드를 할 수 없었다 ㅜㅜ 해결방법은 생각보다 매우 간단했다 ㅎㅎ... 해결방법 C:\Users\사용자\.gradle\caches 내부 파일 삭제 1. Users > 사용자 > .gradle > caches 폴더 2. 내부 s-o-h-a.t.. 2024. 1. 1.
DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead 에러 내용 Xcode 15.01 업데이트 이후 발생 DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead... 해결 방법 터미널 입력 sudo gem install cocoapods 해당 프로젝트 폴더 터미널에서 pod update [MacOS] 파인더에서 터미널 바로 열기 맥북이나 아이맥같은 Mac OS 환경에서는 윈도우 탐색기를 대체하는 파인더(Finder) 앱을 사용하는데 이때 특정 폴더에서 직접 콘솔 명령어를 바로 사용하고 싶을 때가 있습니다. 예를 들어 저 같은 ifuwanna.tistory.com 참고할만한 글 Unity Xcode Linker command failed with ex.. 2023. 10. 25.
반응형