Post

Replies

Boosts

Views

Activity

After building in Xcode, my extension is not showing in Safari.
Hi, I had been working on an extension without any issues, running it from Xcode and debugging locally in Safari. However, without making any code changes, and after uninstalling the extension, it stopped appearing in Safari after building for local debugging. Does anyone know what might be happening or how I can clean up the system? Thanks a lot and best regards.
5
0
333
Oct ’24
Get Certificate OID's Values in iOS
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
1
0
783
Jun ’20
MapkitJs problems when I call animated functions
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
0
0
347
Apr ’20