Need help
My new version of the app is configured with a custom product page, and after being reviewed by apple, the proportion of the alternate icon is set.
The alternate icon is displayed on the appstore, but the default icon is still displayed on the device after downloading
What could be the reason for this? Need a new device and a new account?
Post
Replies
Boosts
Views
Activity
I have a game that I want to release through Apple’s appointment. After the user starts the game, is there an API to know that the current application is obtained through pre-purchase, because we are ready to give rewards to users who have scheduled installation.
environment: macOS10.15.5 (19F101) and xcode11.4.1crash: when my applicatopn debug or export IPA is running on the iPhone, when I forcibly quit the operation, there will be an abnormal crash, the log is as followsThread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000187c3ad88 __pthread_kill + 8
1 libsystem_pthread.dylib 0x0000000187b531e8 pthread_kill$VARIANT$mp + 136
2 libsystem_c.dylib 0x0000000187aa6644 abort + 100
3 libsystem_malloc.dylib 0x0000000187b40ba0 _malloc_put + 0
4 libsystem_malloc.dylib 0x0000000187b40d58 malloc_report + 60
5 libsystem_malloc.dylib 0x0000000187b3608c free + 536
6 libc++.1.dylib 0x0000000187cbd16c std::__1::basic_string<char, std::__1::char_traits<char="">, std::__1::allocator >::~basic_string() + 32
7 libsystem_c.dylib 0x0000000187a874c8 __cxa_finalize_ranges + 384
8 libsystem_c.dylib 0x0000000187a877d8 exit + 24
9 UIKitCore 0x000000018bef58f0 -[UIApplication terminateWithSuccess] + 0
10 UIKitCore 0x000000018b695b14 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 124
11 UIKitCore 0x000000018b69579c -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 216
12 UIKitCore 0x000000018beeb98c -[UIApplication workspaceShouldExit:withTransitionContext:] + 212
13 FrontBoardServices 0x000000018cfb8490 -[FBSUIApplicationWorkspaceShim workspaceShouldExit:withTransitionContext:] + 84
14 FrontBoardServices 0x000000018cfe35ac __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_invoke_2 + 76
15 FrontBoardServices 0x000000018cfc97ec -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232
16 FrontBoardServices 0x000000018cfe353c __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_invoke + 124
17 libdispatch.dylib 0x0000000187b0b524 _dispatch_client_callout + 16
18 libdispatch.dylib 0x0000000187ab4434 _dispatch_block_invoke_direct$VARIANT$mp + 224
19 FrontBoardServices 0x000000018d008440 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40
20 FrontBoardServices 0x000000018d00810c -[FBSSerialQueue _queue_performNextIfPossible] + 404
21 FrontBoardServices 0x000000018d008634 -[FBSSerialQueue _performNextFromRunLoopSource] + 28
22 CoreFoundation 0x0000000187dc3b64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
23 CoreFoundation 0x0000000187dc3abc __CFRunLoopDoSource0 + 80
24 CoreFoundation 0x0000000187dc3244 __CFRunLoopDoSources0 + 184
25 CoreFoundation 0x0000000187dbe274 __CFRunLoopRun + 788
26 CoreFoundation 0x0000000187dbdc34 CFRunLoopRunSpecific + 424
27 GraphicsServices 0x0000000191f0738c GSEventRunModal + 160
28 UIKitCore 0x000000018bef022c UIApplicationMain + 1932
29 xxxxxxx 0x0000000104d7e09c main (main.mm:32)
30 libdyld.dylib 0x0000000187c45800 start + 4but the same project running on macOS10.15 (19A583) and xcode11.3 (11C29) No problemso did the system update to upgrade some configurationthank you!!!