After update XCode got a ligature using in editor. The selected symbol in screenshot. How to switch it off and showing "!=" instead of ligature?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello all!
Need to get access to the parameters of main function from application delegate method "willFinishLaunchingWithOptions". How it could be?
Fond in ProcessInfo this functionality:
NSArray* oArguments = [[NSProcessInfo processInfo] arguments];
But how to get original int argc and const char* argv[]? Or how to convert NSArray* to const char* argv[]?
Hello all!
Is there any way to get launchOptions at runtime? When application already launched and working. It means not in the methods "willFinishLaunchingWithOptions" and "didFinishLaunchingWithOptions". Is this launchOptions, that passed into this application delegate methods, stored somewhere else? If yes - how to get them?
My application is written on C++ and need to get independently when application is already running.
Hello all!
Is there any functions in CoreLocation that will allow me to calculate coordinate of the point by heading and distance?
Hello all!
Right now developing application that should be starting by crossing geofence. Right now have strange problem. The application launching when some other application keeping CoreLocation active and gathering data on iOS 15, on iOS 13 all is working with delay, but working. The geofenge regions started for monitoring, there are presented icon on top bar.
What is missed by me in this case?
Is there working example?
Hello everyone!
Got stacked with issues of creating universal static lib for all of possible platforms? Is it possible to create fat *.a library file that will contain all of possible versions:
Simulator arm64
Simulator x86_64
iPhone arm64
Hello all!
My application required to be launched when Geofence event appeared. For now all is working - application launched by Geofence event, but only for 10-15 seconds. Is there any way to keep it working much longer?
Is there any necessity to implement Background task object? For now in AppDelegate not defined background task, just actions that need for application functionality.
Hello everyone!
Got the question about how user might be prohibited of quitting application. The scenario is looking like company wants to see always where employee located. They need always monitoring GPS coordinates and avoid the situation when user killing application manually. Is there any way to disallow user ability to quit an application or restart it somehow automatically if it has quitted?
Therefore some subquestions:
How determine user killed application or it has killed by system?
How to auto-run application at time of device start?
Is there any way to run application like service/daemon? (previously there were no any such functionality maybe appeared now?) Or any other solution that might be simulating service behaviour?
Is there any additional abilities for application developing if the app distributed under corporate account and not published for everyone via AppStore?