고태형
고태형
react native v1 SDK를 사용중에 있습니다.
sdk를 사용하여, 연동을 진행하고있는데 ios에서는 정상적으로 동작하나 android에서
if (paymentWidgetControl == null || agreementWidgetControl == null) {
Alert.alert('주문 정보가 초기화되지 않았습니다.');
return;
}
if (paymentWidgetControl == null || agreementWidgetControl == null) {
Alert.alert('주문 정보가 초기화되지 않았습니다.');
return;
}
이 부분에서 paymentWidgetControl과 agreementWidgetControl부분이 항상 Null 로 반환되고있습니다. 어떻게 해결할 수 있을까요?
23 replies