Yusuf Tör
Yusuf Tör
I've seen this report from someone else too. The thing that's baffling me is that the crash reports indicate it's crashing in the function `Superwall.publisher(forEvent:params:paywallOverrides:isFeatureGatable:)`. This is a public facing...
Thanks for the info. It could be that the crash is getting misattributed. We do use a state publisher within register and previously we had memory issues when we were...
Hi, just following up here. I wasn't able to reproduce the crash but the latest update (v3.7.4) contains a potential fix for this by wrapping the Combine function that the...
@AdrianoBinhara Are you using v3.7.4+ of the SDK?
Are you able to reproduce the crash every time and is it the exact same crash log as the original post? If you can reproduce, what are your steps?
Can you post the crash log? It sounds like this is a different issue to the original post.
Yeah this is different. Can you create a new issue on here and, if possible, attach the SwiftUI project which is causing this issue for you so I can download...
FYI if you're building for mac using Designed for iPad from the Xcode 16 RC and running on macOS < 15, then you will get a crash in the place...
Hi, is your user ID that you identify with in your app a UUID? Can you give me an example userID that I can check? Thanks
Thanks for the suggestion. You're right it should use the alias without the prefix as default if there's no given userId from identify. We'll add that in the next release....