-
Maybe `identifierForVendor` works https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor
Send as
`&comment=contribution by sgd57R3456YHGFF4F533333`
`&comment=Contri…
-
I'm developing an iPad application. I have integrated unperson sdk in my project. Running app with ENV_LIVE environment and process card transaction, gives me this error. What is the reason for this e…
-
iOS Native - Swift Language
let strUrl:String = String(format:"http://excused-stripes.000webhostapp.com/post_log_api.php")
let paramURL = NSMutableDictionary()
…
-
I wrote it according to your usage, but there is no return value, subscribe to the topic that what is going on.
The following code
`- (BOOL)application:(UIApplication *)application didFinishLaunchingW…
-
Hi.
After associating our app with the Store `[[UIDevice currentDevice] identifierForVendor]` returns nil.
I have looked into the `- (id)initWithUUIDString:(NSString*)string` method of NSUUID cla…
-
你好,使用这段代码时,发现有个问题。我们的老版本原先已经生成了一个 uuid, 但是并不是直接使用的 `identifierForVendor`。使用您的代码之后,为了在版本升级时保持之前的 uuid 不变,我需要改动你的代码。
如果这个库的目的就是让人们更方便的使用 `identifierForVendor`,那现在的接口确实比较好用。但如果做以下调整,可能会更通用一些,建议考虑。
``…
hyony updated
7 years ago
-
Hello,
I am using MQTT protocol for the first time in a new project, and I am facing a strange issue.
Randomly, I am kicked off my broker, and when I try to reconnect (programmatically when "connec…
-
Hi!
I'm using latest version and been getting these crash logs lately
```
Crashed: com.apple.root.user-initiated-qos
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000005e60abeb8
```
```
Crashed: co…
-
We currently force SDK users to use direct access to `PA2Keychain` when activation should be removed:
https://github.com/lime-company/lime-security-powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-iOS#s…
-
I'm not sure whether it's a bug or a feature request because I don't know the definition of the DeviceID. Summary says "_This is the device specific Id_".
It seems that this device ID is recalcula…