account was topped up via ETH with real MYST on mainnet
I tried to connect to nodes, but traffic was not coming after connection was established. Most likely because app wasn't able to sign first payment promise required right after connection start.
I exported identity, imported it into node CLI and manually issued registration request. Registration result:
Output (5) indicates that registration attempt I made manually is the only attempt was taken in mainnet. So app didn't even tried.
Proposed solution
It seems proper migration of registration status is required on update to mainnet app version. Registration in testnet3 doesn't mean registration in mainnet. Another way is to handle errors from API which indicate identity is not registered or check registration each time at startup.
Mobile app (Android, 1.1.5 mainnet build) doesn't tries/retries identity registration on mainnet.
Steps to reproduce
0xbc141d514d4520ba0dcf8a7956777b3f845d27a4
was registered on mobile app version 1.1.3Output (5) indicates that registration attempt I made manually is the only attempt was taken in mainnet. So app didn't even tried.
Proposed solution
It seems proper migration of registration status is required on update to mainnet app version. Registration in testnet3 doesn't mean registration in mainnet. Another way is to handle errors from API which indicate identity is not registered or check registration each time at startup.