Posts

Post not yet marked as solved
0 Replies
1.2k Views
I need some clarification from Mobile Device Management analytics usage. We are developing a SDK which collects device information such as Device Model and OS version for analytics. One of our SDK integrator uses our SDK in their MDM app, can we collect the device information, if we specify the what data will be collected and how it will be used on app screen from the app layer?
Posted Last updated
.
Post not yet marked as solved
0 Replies
847 Views
Trying to generate dynamic library (framework), in Debug build I can see the local path to my source code inside the framework or Unix Executable File. This is not the case with Release build. How can I prevent the path getting exposed in the framework file? I tried perl command to replace the occurrences of the path inside file. But when I do that and try to use framework within my iOS application, I got ld: malformed universal file: slice extends beyond end of file file '/path/to/my/Sample.framework/Sample' Framework file got corrupted, is there any proper way from XCode or xcodebuild command to achieve this?
Posted Last updated
.