Posts

Post marked as Apple Recommended
23k Views
Hello, Since the first iOS 15 beta and even with all the next public releases, we have a very weird crash each time our app enters background. The crash logs don't help at all unfortunately Each time we see: Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 and Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001b7a08564 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7a08bfc mach_msg + 76 (mach_msg.c:119) 2 CoreFoundation 0x0000000181089698 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2646) 3 CoreFoundation 0x000000018108d98c __CFRunLoopRun + 1212 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001810a13c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268) 5 GraphicsServices 0x000000019c8b238c GSEventRunModal + 164 (GSEvent.c:2200) 6 UIKitCore 0x0000000183a47060 -[UIApplication _run] + 1100 (UIApplication.m:3457) 7 UIKitCore 0x00000001837c4b8c UIApplicationMain + 2124 (UIApplication.m:5013) And sometimes we have: Kernel Triage: VM - Compressor failed a blocking pager_get or Kernel Triage: VM - pmap_enter failed with resource shortage VM - Compressor failed a blocking pager_get But no other info. We can't reproduce it on simulators or on real devices with non-production release (linked to Xcode). But the crashes are here each time we build a release version. Any help would be appreciated! NB: it seems similar to this one but we are not even sure 2021-11-01_00-13-03.9761_+0100-a5388bfdcea65316d79dc2c3a4ac95ad146c2cb3.crash
Posted
by SebC99.
Last updated
.
Post not yet marked as solved
1 Replies
745 Views
Hello We're trying to use App Store Connect API to create our advanced app clips experiences but we fail as the WWDC video code is incorrect. The request format to create the appClipAdvancedExperiences is not clear at all in the documentation, and while we first had some tips in the error messages, the last we have now is Error 500 - UNEXPECTED ERROR - "An unexpected error occurred." - "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." which is not very helpful. Can someone help us with this? Thanks S.
Posted
by SebC99.
Last updated
.
Post not yet marked as solved
1 Replies
836 Views
Hello, For some rare users, our app is only available in English, no matter what settings they used for their language (general settings and app settings). It seems to be for some random users, and we cannot reproduce it. We never had this issue before (the app is localized in 12 languages) We would love to have a clue or advice on this! Thanks
Posted
by SebC99.
Last updated
.
Post not yet marked as solved
0 Replies
471 Views
In the videos of the App Store Connect advanced app clips configuration, we can select "not authorized by the location owner". What would this implies for the app clip behavior? What would be the differences for app clips that are directly authorized by the location owner, and app clips made by the community without a specific authorization of the real owner? Thanks
Posted
by SebC99.
Last updated
.
Post not yet marked as solved
1 Replies
805 Views
Hello,For many autocomplete searches with mapkitJS SDK, when the user select one of the entries and we launch the mapkit search with the selected autocomplete result, the info returned by mapkitJS are completely wrong.As an example:- autocomplete search for "flor london"- use the "1 Bedale Street, London, SE1 9AL, England" result to start the standard search- the result will be Fort Lauderdale-Hollywood International Airport in Florida ....An easy way to test this is to execute:(new mapkit.Search()).autocomplete("flor london", function(err, res) { console.log(res.results); (new mapkit.Search()).search(res.results[0], function (err, res) { console.log(res); }) }, {region: mapkit.maps[0].region})
Posted
by SebC99.
Last updated
.