Posts

Post not yet marked as solved
22 Replies
0 Views
I came in here to look for exactly this. We have an app with a Geofence function, and since IOS15, it happens that the app just stops getting geofence triggers after a couple of days without opening the app. if you just open and shut the app down, the geofences start coming in again.
Post marked as solved
18 Replies
0 Views
@cblaze22 asked for an Objective-C version. Here: UINavigationBarAppearance *navBarAppearance = [[UINavigationBarAppearance alloc] init]; [navBarAppearance configureWithOpaqueBackground]; navBarAppearance.backgroundColor = [UIColor blueColor]; [navBarAppearance setTitleTextAttributes: @{NSForegroundColorAttributeName:[UIColor whiteColor]}]; navBar.standardAppearance = navBarAppearance; navBar.scrollEdgeAppearance = navBarAppearance; [navBarAppearance release];` ```
Post not yet marked as solved
10 Replies
0 Views
John, my project is the same, like 9 years old, objective-c project (not even using ARC!). If you find out anything, I'd be very happy if you'd let me know. We're a small shop with one developer across all technologies and in the given situation, right now it's hard to find time to spare to look at things. I also hope Apple will notice this.
Post not yet marked as solved
11 Replies
0 Views
Also want to chime in. Spent the last couple of weeks trying to get Siri Shortcuts into my app. The language resourcing has been a nightmare, and this thing has driven me crazy. So happy to see that it seems to be a bug.All my responses that don't have the "success" checkbox get the canned "problem with the app".If i create a custom response type and mark it as success, it will say my text. However, Siri will of course prefix my text with an annoying "done", or "OK"... Really wish i could get rid of that.I guess i'll report a bug too.