Post

Replies

Boosts

Views

Activity

Reply to iOS application lifecycle and network extension. How?
As far as it known for me there are classical lifecycle of iOS application For me it's a little shadowed: When in classical lifecycle Network Extension running? What should be done for Network Extension in case of Application is in or out of Active/Inactive/Background/Suspended state? What should be done by Application in case of something wrong in Network Extension and how NE could be noticing about own state? Is there any limits for Network Extension? Memory? CPU usage Time? Access to something? Etc ... Is there any examples of "best practice" of how to orginise communication between Application and Network Extension? If there any info that you can send me to help, it would be greate. My application written on C++ with CMake.
Topic: App & System Services SubTopic: Core OS Tags:
May ’23
Reply to Xcode: Objective-C Generated Interface Header Name. Which name is correct?
Few hours ago been testing all of the possible ways. There are working "[ProjectName]-Swift.h" and custom name like "bla-bla.h". There are only required corect definition of XCode parameters: SWIFT_OBJC_INTERFACE_HEADER_NAME SWIFT_OBJC_BRIDGING_HEADER ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES SWIFT_VERSION Haven't found yet any official documentation about it. Is there any?
Dec ’22