Post

Replies

Boosts

Views

Activity

iOS 11: Is it possible to block screen recording?
Hi,I have an app which plays sensitive video contents, and I don't want people to use the new iOS-11 feature to record these videos and make them public. That feature is described here.I could not find any documentation regarding an option for my app to prevent users from recording it.Can anybody please guide me to anything related to this?Thank you!-Itay
4
0
5.6k
Sep ’17
XCConfig not refreshing until Xcode is restarted
ReleaseConfig.xcconfig: GCC_PREPROCESSOR_DEFINITIONS = $(inherited) MY_TESTapp code: #ifdef MY_TEST #error ye #else #error oy #endifCompiling with the above configuration is resulting with error 'ye', as expected.If I then change ReleaseConfig.xcconfig to be: GCC_PREPROCESSOR_DEFINITIONS = $(inherited) MY_TEST1234and re-compile, I'm still getting 'ye'. But if I quit Xcode and restart it, I'm getting the expected 'oy'.My Question:Is there a way to force Xcode to track xcconfig files for changes without the need to exit Xcode?
4
0
1.4k
Dec ’16