Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

error on android and black screen on iOS #37

Open
tomasmedina opened this issue Aug 19, 2019 · 1 comment
Open

error on android and black screen on iOS #37

tomasmedina opened this issue Aug 19, 2019 · 1 comment
Labels
bug Something isn't working major Severity: Affects major functionality or major data. It has a workaround but is not obvious.

Comments

@tomasmedina
Copy link

Hello i have added the library to my project as it follows

    const config = {
      appId: 'MYAPPID',
      zendeskUrl: 'MYURL',
      clientId: 'MYCLIENTID',
    };

    ZendeskSupport.initialize(config);
    const identity = {
      customerEmail: '[email protected]',
      customerName: 'Foo Bar',
    };

    ZendeskSupport.setupIdentity(identity);
  }

  showHelpCenter = () => {
    const customFields = {
      customFieldId: 'test',
    };
    ZendeskSupport.callSupport(customFields);
  }

and I am calling the showHelpCenter method via a button. The problem occurs after i press the button I get a view with a black screen in iOS and a For input string: "customField" error on Android. Maybe I'm missing something but I do not know what it could be any help or indication on where my implementaion is failing would be of great help. Thanks in advance!

@LeoMosiah
Copy link

Same problem here

@bobeagan bobeagan added bug Something isn't working major Severity: Affects major functionality or major data. It has a workaround but is not obvious. labels Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working major Severity: Affects major functionality or major data. It has a workaround but is not obvious.
Projects
None yet
Development

No branches or pull requests

3 participants