Posts

Post not yet marked as solved
0 Replies
238 Views
My app update was rejected due to an IAP related issue. I have an IAP product that is not "cleared for sale". However, during review, the reviewers are seeing this product in the list of IAP available for purchase. I believe the reviewers are testing in a sandbox environment where all products including ones that are not "cleared for sale" are shown and hence they see this product. However, reviewers say that they are testing in a production environment. I generate the list of products based on SKProductsResponse products and can't understand why a product not cleared for sale will show up in response.products (rather than invalid product identifiers) Has anyone else faced this problem?How do you go about resolving this? I could make this product available for sale, but I feel that it just confuses my users.
Posted
by peram.
Last updated
.
Post not yet marked as solved
0 Replies
874 Views
Is this the expected behavior? I am noticing that on my initial controller, watchos does not notify me of right swipes if the swipes are initiated from the edge. Repeated right swipes also freeze my app. If the swipes are initiated from within the view, everything works.
Posted
by peram.
Last updated
.
Post not yet marked as solved
1 Replies
1.9k Views
Hello,One of my published apps from app store crashes on IOS 11 Beta on my phone. If I just recompile with Xcode 9.0 Beta 3 and load it on the device with no changes, the app runs fine. Can someone tell me how to debug/update the app before IOS 11 releases? Crash log is below:Incident Identifier: 46621A23-BA33-4F21-B6F1-4C31A7817422CrashReporter Key: d2fad1138d3098e7b37dff8c52f643503a282d55Hardware Model: iPhone8,1Process: RefWatch [1143]Path: /private/var/containers/Bundle/Application/61246B4D-C09F-40CA-B7E2-833C96C3A98C/RefWatch.app/RefWatchIdentifier: com.marimuthu.RefWatchVersion: 1 (2.1)Code Type: ARM-64 (Native)Role: ForegroundParent Process: launchd [1]Coalition: com.marimuthu.RefWatch [915]Date/Time: 2017-08-25 10:11:59.9831 -0700Launch Time: 2017-08-25 10:11:58.6628 -0700OS Version: iPhone OS 11.0 (15A5362a)Baseband Version: 4.00.01Report Version: 104Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: 0x0000000000000001, 0x00000001049ad998Termination Signal: Trace/BPT trap: 5Termination Reason: Namespace SIGNAL, Code 0x5Terminating Process: exc handler [0]Triggered by Thread: 0Filtered syslog:None foundThread 0 name: Dispatch queue: com.apple.main-threadThread 0 Crashed:0 RefWatch 0x00000001049ad998 0x10499c000 + 720881 RefWatch 0x00000001049ad9c0 0x10499c000 + 721282 CoreFoundation 0x000000018280a12c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 203 CoreFoundation 0x00000001828096cc _CFXRegistrationPost + 4204 CoreFoundation 0x0000000182809430 ___CFXNotificationPost_block_invoke + 605 CoreFoundation 0x00000001828869f4 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 14086 CoreFoundation 0x00000001827403e0 _CFXNotificationPost + 3807 Foundation 0x000000018315d498 -[NSNotificationCenter postNotificationName:object:userInfo:] + 688 UIKit 0x000000018bc8e098 -[UIApplication _stopDeactivatingForReason:] + 12929 UIKit 0x000000018c5c814c __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 37610 UIKit 0x000000018c758290 _performActionsWithDelayForTransitionContext + 11211 UIKit 0x000000018c5c7f60 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 25212 UIKit 0x000000018c3b9210 -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 36413 UIKit 0x000000018c261110 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 46814 FrontBoardServices 0x0000000184f0f41c __80-[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:]_block_invoke.362 + 21215 libdispatch.dylib 0x00000001821fd048 _dispatch_client_callout + 1616 libdispatch.dylib 0x00000001822046c8 _dispatch_block_invoke_direct$VARIANT$mp + 28817 FrontBoardServices 0x0000000184f42b04 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 3618 FrontBoardServices 0x0000000184f427a8 -[FBSSerialQueue _performNext] + 40419 FrontBoardServices 0x0000000184f42d44 -[FBSSerialQueue _performNextFromRunLoopSource] + 5620 CoreFoundation 0x0000000182820358 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 2421 CoreFoundation 0x00000001828202d8 __CFRunLoopDoSource0 + 8822 CoreFoundation 0x000000018281fb60 __CFRunLoopDoSources0 + 20423 CoreFoundation 0x000000018281d738 __CFRunLoopRun + 104824 CoreFoundation 0x000000018273e2d8 CFRunLoopRunSpecific + 43625 GraphicsServices 0x00000001845c4f84 GSEventRunModal + 10026 UIKit 0x000000018bc7027c UIApplicationMain + 20827 RefWatch 0x00000001049a3bf4 0x10499c000 + 3173228 libdyld.dylib 0x000000018226256c start + 4
Posted
by peram.
Last updated
.