You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library (in particular the ASN1 core parser) want to be a generic parser, while unfortunately asn.1 is frequently implemented as read/write methods know the structure. So I find out that sometimes especially "octectString" contains sub nodes and not only just string. That the reason why with octectString I try to parse the content too until i find something impossible to parse and then I assume that is a real string and not a container.
So during this parse attempt is possible to find other tag that is not implemented yet (usually because nobody is really using anymore).
In your particular case it could be all right and the unsupported tag message may be considered as a collateral warning message. Without the real receipt it's difficult to say more.
After a IAP restore the following code
sometime prints one of the following
I couldn't quite make out a pattern yet.
Sometimes a restore also clears it.
The text was updated successfully, but these errors were encountered: