Model not rendering After exporting the effect from DeepAR Studio 4.4.2 in iOS SDK v5.4.4

Tell us about the issue

After exporting an effect from DeepAR Studio 4.4.2, the model is not rendering in the iOS SDK v5.4.4. This issue occurs specifically after the export, as the effect works as expected in the Studio environment but fails when integrated into the iOS application.

Steps to reproduce the issue

  1. Create or edit an effect in DeepAR Studio 4.4.2.
  2. Export the effect using the standard export process.
  3. Integrate the exported effect into an iOS application using SDK v5.4.4.
  4. Run the iOS application and apply the effect.

Expected outcome

The effect should render correctly in the iOS application, just as it does within the DeepAR Studio environment.

Actual outcome

The effect does not render at all when applied in the iOS application, despite working correctly in the Studio environment.

Screenshots or videos

In this url Screen Recording 2024-08-16 at 5.21.08 PM.mov - Google Drive we have the details how we use the .deeper file in our iOS project. Please check the video.

Device and software information

  • Operating System: macOS [version number]
  • DeepAR Studio version: 4.4.2

Additional information

This issue seems specific to the combination of DeepAR Studio version 4.4.2 and iOS SDK v5.4.4. It would be helpful to know if there are any known compatibility issues between these versions or if there are specific export settings that need to be adjusted.

I’m having the same issue here. When I export even one of the pre-made templates, it works in the tester app and web, but the file does not work in the React Native build.

It was solved after updating the ios sdk.

Got it, so I will need to update the React Native linked SDK. Thank you!

@Matt_Hamilton have you been able to solve this? Having the same issue

I was able to solve this by upgrading the React native SDK, by forking and updating it: GitHub - diogeneshamilton/react-native-deepar: Snapchat-like filters, AR lenses, and real-time facial animations.

No guarantees it’ll still work, I’m not actively working on this project right now, but feel free to ping if you have issues.

@Matt_Hamilton , that worked like a charm! I appreciate the help thank you!