목록AppStore (3)
NewGen
중단에서 응용 프로그램을 방지 할 수 있습니다. 관련된 API는 매우 작지만 여전히주의해야 할 사항이 많이 있습니다. 이름 백그라운드 작업 은 다소 부적절합니다. 특히, beginBackgroundTask(expirationHandler:)실제로 백그라운드 작업의 모든 종류의를 시작하지 않고, 그 시스템 알려주 는 앱이 백그라운드에있는 경우에도 계속하려면 몇 가지 진행중인 작업을 시작합니다. 해당 작업을 만들고 관리하려면 코드를 작성해야합니다. 따라서 백그라운드 작업 API를 "Do n't suspend me"주장을 제기하는 것으로 생각하는 것이 가장 좋습니다. 시작하는 모든 백그라운드 작업을 종료해야합니다. 그렇게하지 않으면 워치 독에 의해 앱이 종료됩니다. 이러한 이유로 시작하는 각 백그라운드 작업에..
Apple Store Binary Rejected.. I recieved below.. Guideline 2.3.10 - Performance - Accurate Metadata We have still found that your app and its metadata contain imagery of a non-iOS device. We have attached a new, annotated screenshot to outline the issue. Referencing third-party platforms in your app or its metadata is not permitted on the App Store unless there is specific interactive functional..
xcode version : Version 10.2.1 swift. 1. Change Launch Image Source on Project general setup. 2. Select LaunchScreen.storyboard. 3. Add image to Assets.xcassets. 4. Add Image to LaunchScreen View controller 5. set splash image show time --> add : Thread.sleep(forTimeInterval: 3.0) //3 secs splash delay func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [U..