Post

Replies

Boosts

Views

Activity

Reply to Error 0 on DeviceCheck API
Hi guys, we're also facing the same error with device running under ios 14.5, in a managed app (User Enrollment flow). in unmanaged app device token is generated as expected.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to iOS 15 Gap between navigation bar and table view
if (@available(iOS 15.0, *)) {        [self.tableView setSectionHeaderTopPadding:0.0f];      } helped me to resolve the issue, thank you lmDeveloper1
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’21