Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Integration of Dialog flow with React Native expo Cli APP

rahat
New Member

Hello I am developing a Multiplatform app that recommends books. The app uses Dialog flow as a chat bot. I have created a script to show the dialog flow responses in my apps UI. It only works with android tho when I run it on IOS I have issues.
Any suggestions ?

0 1 709
1 REPLY 1

Hi @rahat,

Welcome back to Google Cloud Community.

You may try to perform this check to your platform iOS and Android to see the issue:

  1. Check if you are using platform-specific code (Android and iOS handle aspects of the code) to ensure your app works properly on both Android and iOS.

  2. Verify for compatibility, script and the versions of the libraries for both Android and the iOS.

  3. Verify that your network requests are working properly. You may need to check the network permissions and settings for both platforms to ensure they are set up correctly.

    Here are some references that might help you:
    https://cloud.google.com/blog/products/gcp/how-to-build-a-conversational-app-that-sees-listens-talks...

    https://cloud.google.com/dialogflow/docs


Top Labels in this Space