Closed msrutek-paylocity closed 6 months ago
@msrutek-paylocity Any chance your app is on appstore and we could try to run it on our end
@MikePendo Hello, yes, the app is available on the AppStore - https://apps.apple.com/en/app/paylocity/id652438572 - however, an account is required. Could you share an email that we could send test credentials with?
@msrutek-paylocity Any way you can provide us some sample user to try ?
@msrutek-paylocity ios-sdk@pendo.io is our email
@msrutek-paylocity will that be possible to provide us some sample user so we can reproduce this? other crashes should be fixed in the future
Hi @0xkuj @MikePendo , just sent an email with credentials you can use to log in into the app.
we improved our scanning mechanism to scan the minimum number of objects possible, and we believe it may resolve your crashing issues. in addition to that is will be highly recommended to change the integration with an addition flag as below:
let options = PendoOptions() options.configs = ["enableTextCollectionSwiftUI":false] PendoManager.shared().setup(prodAppKey,with: options)
this flag is meant to reduce the texts collection via reflection and base text collection on accessibility elements only.
this was done in our latest 3.2.1 HF fix, please try upgrading and let us know with your results.
@MikePendo @0xkuj Thanks, we've updated the library and used the suggested options
configuration.
However, it might take a couple of weeks until this gets to the production users.
We'll let you know if this issue still occurs.
@msrutek-paylocity, thanks for the update. I'm closing the issue for now, please reopen if needed.
Platform + Version
iOS 17.4.1, iOS 15.8.2, ...
SDK Version
3.1.5
Framework
Native SwiftUI
Describe the bug
Crash. As there aren't any notes on crash fixes on
3.2.0
, we also suppose these will be present in the version3.2.0
.To Reproduce
Exact steps unknown, but this occurred during SSO interaction (partly using
WebKit
) within the app.Expected behavior
No crash
Logs
Not applicable. Added stack trace below.
Stack Trace