Hi,
We're working on the bbpos device and in-person sdk here. https://github.com/AuthorizeNet/inperson-sdk-ios
However, we're facing 2 issues.
1. https://github.com/AuthorizeNet/inperson-sdk-ios/issues/93
This one mentioning the app is crashed once we try to login with username and password. For detail, please check the link.
2. Another big issue, the Error is being conflicted with Error in AVFoundation which was posted almost a year ago. Why don't we have anyone take care of these issue?
https://github.com/AuthorizeNet/inperson-sdk-ios/issues/91
Please help us on these issues. We're gonna buy the hundred devices to integrate with all our parners, but we're blocking on this and can't go.
Thank you!
Manh
03-11-2021 01:37 PM
Hi all,
We have just made some workaround on these issues and now it's working well for us. However, I still want to say there's a crash bug in the in-person ios sdk. Let's ask your developers fix it. Specifically, here's what I did.
For the first one, https://github.com/AuthorizeNet/inperson-sdk-ios/issues/93
We created an extension of the NSNumber and define a function: isEqualToString:(NSString *). Let's tell your developer that NSNumber can't compare to the NSString.
For the second one, right now, there's NO WAY to use the SDK's objects in Swift directly. We built a Wrapper class in ObjC and bridge that class to Swift.
Hope this one helps.
03-11-2021 06:14 PM
Regardless, we in general understand that those extraordinary organizations are expensive, and an impressive part of us can't bear the Syncler FireStick expense of their participation portions.Along these lines, the Syncler APK offers a response for the people who can't pay such a participation portion for hose premium expert communities.
03-12-2021 01:08 AM
This has appeared in the past and it seems not enough care has been taken to avoid the naming collisions, see #24
This is a critical conflict since it conflicts with a Foundation protocol.
Using SDK v4.2, Targeting iOS 12, using Swift 5.
05-12-2021 09:18 AM - edited 05-12-2021 09:19 AM
Version 6.4.0 iOS Messaging SDK
Release Date: May 7, 2021Environmental Requirements
The iOS Mobile Messaging SDK version 6.4.0.787 is supported on iOS versions 12 through 14.
This XCFramework was compiled with Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) which means it will work Swift version 5.2.4 and above.
XCFramework is supported on CocoaPad versions 1.9.0 and greater.Enhancements
Adding a self awareness process to help SDK recover after discovering a corrupted keychain preventing empty bubbles from being shown on the Conversation Screen.
Adding reporting capabilities for Proactive and IVR Deflection to App Messaging featureBugs fixed
Enable or disable sending reporting events for Proactive and IVR Deflection to App Messaging.
Structured content loading image when images are being fetched/loaded
Structured content loading image when images failed to fetched/loaded
Release Date: March 15, 2021Environmental Requirements
The iOS Mobile Messaging SDK version 6.2.0 is supported on iOS versions 12 through 14.
This XCFramework was compiled with Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) which means it will work Swift version 5.2.4 and above.
05-19-2021 04:33 AM