Hi Tenjin team!
When I call getAttributionInfo on IOS I get the error: Received invalid type for attribution info.
When I inspected the return type of final dynamic response = await _channel.invokeMethod('getAttributionInfo'); I got Map<Object?, Object?>.
This means that response is Map<String, dynamic> and so the data is not returned
Hi Tenjin team!
When I call getAttributionInfo on IOS I get the error:
Received invalid type for attribution info.When I inspected the return type of
final dynamic response = await _channel.invokeMethod('getAttributionInfo');I got Map<Object?, Object?>.This means that
response is Map<String, dynamic>and so the data is not returned