Posts

Post not yet marked as solved
0 Replies
450 Views
Here are some UIUserInterfaceStyle usage https://forums.developer.apple.com/message/376009#376009.My current project is preparing submission to app store, I want to confirm that if we can use UIUserInterfaceStyle (Light) in plist.Environment:XCode 11.1iOS depolyment target: 13.0Thanks.
Posted Last updated
.
Post marked as solved
1 Replies
532 Views
Here is a user story for our project to extract p12 file data to do authentication challenge.I have successfully extract p12 file data by putting it into app bundle.But my question is how to extract p12 file data if I have installed it into device configuration profile.Thanks.
Posted Last updated
.
Post marked as solved
3 Replies
1.4k Views
I have a p12 file, I installed it into device (it is located in Settings -> General -> Profiles & Device Management -> Configuration profile).I want to retrieve data programmatcially into my app.The p12 file is an user credential for internet authentication.
Posted Last updated
.