<p><b>@joachimneumann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3277#discussion_r340249242">core/src/main/java/bisq/core/notifications/MobileModel.java</a>:</p>
<pre style='color:#555'>>                          return true;
+                    }
+                    if (versionString.matches("\\d[^\\d]")) {
+                        versionString = versionString.substring(0, 1);
+                    } else if (versionString.matches("\\d{2}[^\\d]")) {
+                        versionString = versionString.substring(0, 2);
+                    }
                     try {
                         int version = Integer.parseInt(versionString);
                         return version > 5;
</pre>
<p>Hi,</p>
<p>you are probably right. I have copied the file MobileModel.java from somewhere on the Internet and also, I have not spend a lot of time to identify the hardware and software requirements. I only remember that the notifications did not work on an iPhone 6, but they did work on an iPhone 6S. Since newer operating systems (still true for iOS 13) run on the iPhone 6S, but not on the iPhone 6 and I assumed that most user will update their OS, I opted for the lazy route.</p>
<p>If you have older hardware and/or iPhones with older OS versions to test this, feel free to correct the requirements.</p>
<p>Joachim</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3277?email_source=notifications&email_token=AJFFTNQZOQ3X4COM45KZ3XLQRB5GFA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJTO3WY#discussion_r340249242">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNW5PDXB6CHCUE74NALQRB5GFANCNFSM4IXL2BXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQW6P6R5FAICPWXK3DQRB5GFA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJTO3WY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3277?email_source=notifications\u0026email_token=AJFFTNQZOQ3X4COM45KZ3XLQRB5GFA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJTO3WY#discussion_r340249242",
"url": "https://github.com/bisq-network/bisq/pull/3277?email_source=notifications\u0026email_token=AJFFTNQZOQ3X4COM45KZ3XLQRB5GFA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJTO3WY#discussion_r340249242",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>