Skip to content

Not able to log in using phone number in gigya #76

@swastiiijain

Description

@swastiiijain

I am trying to login to gigya using my phone number. I already registered in gigya using my phone number but when I tried to log in by calling the Standard-3.0-Registration, it is saying Invalid Login. However email log in is working fine.
Below is the code and screenset I am using in flutter:

void standardScreenSet30() {
widget.sdk.showScreenSet('Standard-3.0-RegistrationLogin', parameters: {
'deviceType': 'Mobile',
'lang': 'en',
}).listen((event) {
print('EVENT : ' + event.toString());
});
}

@override

Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: ElevatedButton(
onPressed: standardScreenSet30,
child: const Text('show-screenset')),
),
);
}

Simulator Screenshot - iPhone 14 Pro - 2023-08-27 at 22 54 34

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions