Posts

Post not yet marked as solved
1 Replies
669 Views
Hi all,I'm developing a iOS app. This app needs get specifics OID's, but I couldn't get these values(STREET, PostalCode, L, ST, S, OU, O, CN).Do you know if there is something like SecCertificateCopyValues but for iOS? or other functionI've used SecCertificateCopyNormalizedIssuerSequence or SecCertificateCopyNormalizedSubjectSequence and others but those doesn't get the OID'sThank you! an sorry for my english
Posted
by ascot31.
Last updated
.
Post not yet marked as solved
0 Replies
301 Views
Hello, I had some problems when i use MapKitJs, and i would like to know if it's normal.When i get the user positon from the browser i used the next sentences:let map = mapkit.Map("bla") ... bla bla init .... //coordinates is user current position. map.setCenterAnimated(coordinates) map.setCameraDistanceAnimated(999)In this case setCenterAnimated was applied and animated but setCameraDistanceAnimated was not.Is this the expected behavior. ?To fix this i wrotemap.setCenterAnimaged(coordinates, false) map.setCameraDistanceAnimated(999, true)Thank you
Posted
by ascot31.
Last updated
.