Posts

Post not yet marked as solved
1 Replies
449 Views
Hello Dear Apple Developers, I have a UITableView which contains the UITableViewCell with a button inside. When I long press the area out of the button and try to scroll, the tableView scroll well. But when I long press the button and try to scroll, that block my scroll gesture. And I didn't add a longPressGesture to this button. I also tried to check the button.gestureRecognizers, there is nothing. Could you please how to solve this problem, thank you very much!
Posted Last updated
.
Post not yet marked as solved
1 Replies
525 Views
Hello everyone,I'm working with the Remote Notification for iOS 13.Regarding to this documentation: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apnsI saw that "apns-push-type (Required for watchOS 6 and later; recommended for macOS, iOS, tvOS, and iPadOS)"So i'm doing the modification for our App.We used Slient Push Notification to notify the update for my App. But with the apns-push-type, is that type "Background"?If this is the case, i've read also this documentation https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app?language=objcI've found that:ImportantThe system treats background notifications as low priority: you can use them to refresh your app’s content, but the system doesn’t guarantee their delivery. In addition, the system may throttle the delivery of background notifications if the total number becomes excessive. The number of background notifications allowed by the system depends on current conditions, but don’t try to send more than two or three per hour.So, my question is:Is there some differences when we deliver a background notification between the app is on background and on foreground?When the app is on foreground, could we send more than two or three per hour?What is the "current conditions"?If we can't do like that, could you please give me another solution to resolve like "Refresh Content" founctionality? I'd like something that we can receive on foreground and not "alerting" on backgroundThank you for your helps,Best Regards.
Posted Last updated
.