This can be read on Android and iOS.
{“v”:2,“type”:2,“data”:{“addr”:“NCVGXTCV7YYGCUTOWRSEALEVHVTDFRJ54BQYDKTI”,“amount”:1000000,“msg”:"",“name”:“test”}}
This can be read on iOS, but Andorid will be rejected because the format is different.
{“v”:2,“type”:2,“data”:{“addr”:“NCVGXTCV7YYGCUTOWRSEALEVHVTDFRJ54BQYDKTI”,“amount”:1000000,“msg”:""}}
The difference is whether there is a “name” tag.
And Android will generate an error unless a value is set in the “name” tag.
Please make the behavior the same as the specification.
I think that compulsory and omission are different things.
Thanks.