Hi guys, we are trying to display a survey in our mobile app with React Native.
But when trying to initialize our qualtrics project with the initializeProjectWithExtRefId function indicating the BrandId and ProjectId we do not have a correct response.
initializationResults: {}
Then, when calling the function evaluate Project we have the following response.
targetingResults: {"ERROR":{"passed":false,"surveyUrl":null,"creativeType":null}}
We are following the following guide https://api.qualtrics.com/f23ebb864cba1-getting-started-with-react-native-sdk
¿How can we validate that the intercept and the survey created are well configured? or check if it is another problem
- React-Native 0.64.0 (with Typescript)
- iOS 14.0
- Qualtrics 2.4.1
Thanks.