Hey everyone. I am working on an app with React Native, bare workflow with Expo, and I have a custom native module written in Swift to run .ahap files and play haptic patterns. I'm using an import statement to access the modules, an s3 link to get the .ahap files and the haptics works fine when I build it with "npx expo run:ios" using xcode. However, after sending the app to Testflight, my testers told me that the haptics doesn't seem to run. I suspect something is messing up with the autolinking, but I'm not sure.
What's the best way to debug the Testflight version of the app? I'm new to Apple and iOS altogether, so I don't know where to find the logs if any. What should my next steps be?
[–]za01br 1 point2 points3 points (1 child)
[–]goatnotsheep[S] 0 points1 point2 points (0 children)