<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[The app “com.goodnotesapp.x ” is not managed.]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich habe versucht die App Goodnotes 6 per "Managed App" Richtlinie an die Geräte zu verteilen und mich an den Anleitungen orientiert, die hier im Forum verlinkt sind. Beim Versuch die Richtlinie auf die Geräte zu pushen erhalte ich die Fehlermeldung: "The app “com.goodnotesapp.x ” is not managed." In der Richtlinienkonfiguration ist aber definitiv "Managed App" enthalten.<br />
Woran kann das liegen?</p>
]]></description><link>https://community.relution.io/topic/64/the-app-com-goodnotesapp-x-is-not-managed</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 07:41:47 GMT</lastBuildDate><atom:link href="https://community.relution.io/topic/64.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Feb 2024 18:48:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to The app “com.goodnotesapp.x ” is not managed. on Mon, 25 Mar 2024 09:44:38 GMT]]></title><description><![CDATA[<p dir="auto">Moin,<br />
es hat damit funktioniert.</p>
<pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
&lt;key&gt;ManagedAppConfigurationVersion&lt;/key&gt;
&lt;string&gt;1&lt;/string&gt;
&lt;key&gt;LicenseKey&lt;/key&gt;
&lt;string&gt;XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-V3&lt;/string&gt;
&lt;key&gt;GoodnotesVersion&lt;/key&gt;
 &lt;integer&gt;6&lt;/integer&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</code></pre>
<p dir="auto">In der App wird anschließend diese Meldung angezeigt.<br />
<img src="/assets/uploads/files/1711359753473-78932a79-a761-4987-b65d-fdefbc56387f-image.png" alt="78932a79-a761-4987-b65d-fdefbc56387f-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://community.relution.io/post/246</link><guid isPermaLink="true">https://community.relution.io/post/246</guid><dc:creator><![CDATA[LoJa]]></dc:creator><pubDate>Mon, 25 Mar 2024 09:44:38 GMT</pubDate></item><item><title><![CDATA[Reply to The app “com.goodnotesapp.x ” is not managed. on Tue, 12 Mar 2024 13:18:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.relution.io/uid/174">@Leitung-KMZ-LÖ</a> Ich hatte sowieso aktuell noch Kontakt mit GoodNotes wegen Verlängerung unseres Keys und habe mal nachgefragt. Wie du sagtest, ist "Goodnotes6Upgrade" durch "GoodnotesVersion" abgelöst worden - wobei man auch keins von beiden mehr wirklich benötigt, da GoodNotes sowieso jetzt auf die 6er defaulted.</p>
]]></description><link>https://community.relution.io/post/236</link><guid isPermaLink="true">https://community.relution.io/post/236</guid><dc:creator><![CDATA[Schulsupport Kreuzau]]></dc:creator><pubDate>Tue, 12 Mar 2024 13:18:56 GMT</pubDate></item><item><title><![CDATA[Reply to The app “com.goodnotesapp.x ” is not managed. on Tue, 12 Mar 2024 10:47:31 GMT]]></title><description><![CDATA[<p dir="auto">Die erste Version mit dem key "Goodnotes6Upgrade" stammt aus der Zeit des Übergangs von Version 5 auf 6 und ist abgelöst worden durch "GoodnotesVersion". Wenn man den zweiten Key weglässt ist GN automatisch in Version 6 aktiviert.</p>
]]></description><link>https://community.relution.io/post/235</link><guid isPermaLink="true">https://community.relution.io/post/235</guid><dc:creator><![CDATA[Leitung KMZ LÖ]]></dc:creator><pubDate>Tue, 12 Mar 2024 10:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to The app “com.goodnotesapp.x ” is not managed. on Mon, 11 Mar 2024 14:05:09 GMT]]></title><description><![CDATA[<p dir="auto">Hallo LoJa,</p>
<p dir="auto">unsere Konfig sieht so aus:</p>
<p dir="auto">Bundle Identifier: "com.goodnotesapp.x"</p>
<pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
    &lt;key&gt;ManagedAppConfigurationVersion&lt;/key&gt;
    &lt;string&gt;1&lt;/string&gt;
    &lt;key&gt;LicenseKey&lt;/key&gt;
    &lt;string&gt;XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-V3&lt;/string&gt;
    &lt;key&gt;Goodnotes6Upgrade&lt;/key&gt;
    &lt;true/&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</code></pre>
<p dir="auto">Wobei wir uns da an der Anleitung, welche vom GoodNotes-Team bzgl. Upgrade auf die 6er Version via Email kam (und welche Hanno <a href="https://community.relution.io/topic/38/goodnotes-6-aktivieren">hier</a> auch aufführt) orientiert haben.</p>
<p dir="auto">Anstatt</p>
<pre><code>    &lt;key&gt;Goodnotes6Upgrade&lt;/key&gt;
    &lt;true/&gt;
</code></pre>
<p dir="auto">Ginge laut <a href="https://support.goodnotes.com/hc/en-us/articles/7568798838415-Goodnotes-for-School-Business-Enterprise-How-to-switch-from-GoodNotes-5-to-Goodnotes-6-via-AppConfig" rel="nofollow ugc">offizieller Anleitung</a> von GoodNotes aber auch</p>
<pre><code>&lt;key&gt;GoodnotesVersion&lt;/key&gt;
&lt;integer&gt;6&lt;/integer&gt;
</code></pre>
<p dir="auto">Viele Grüße<br />
André</p>
]]></description><link>https://community.relution.io/post/230</link><guid isPermaLink="true">https://community.relution.io/post/230</guid><dc:creator><![CDATA[Schulsupport Kreuzau]]></dc:creator><pubDate>Mon, 11 Mar 2024 14:05:09 GMT</pubDate></item><item><title><![CDATA[Reply to The app “com.goodnotesapp.x ” is not managed. on Mon, 11 Mar 2024 13:47:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.relution.io/uid/81">@Schulsupport-Kreuzau</a><br />
Hallo,</p>
<p dir="auto">kannst du hier zum weiteren Verständnis noch den Inhalt der Managed App Config (ohne Seriennummer) posten...?<br />
<img src="/assets/uploads/files/1710164621838-de2c6998-895d-4e14-9545-32cabb304794-image.png" alt="de2c6998-895d-4e14-9545-32cabb304794-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">Good Notes listet beispielhaft dafür folgendes auf deren <a href="https://support.goodnotes.com/hc/en-us/articles/6543387103503--GoodNotes-5-How-to-install-GoodNotes-for-Institutions-via-MDM" rel="nofollow ugc">Website</a>.</p>
<p dir="auto">&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "<a href="http://www.apple.com/DTDs/PropertyList-1.0.dtd" rel="nofollow ugc">http://www.apple.com/DTDs/PropertyList-1.0.dtd</a>"&gt;<br />
&lt;plist version="1.0"&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;ManagedAppConfigurationVersion&lt;/key&gt;<br />
&lt;string&gt;1&lt;/string&gt;<br />
&lt;key&gt;LicenseKey&lt;/key&gt;<br />
&lt;string&gt;AAAAAA-BBBBBB-CCCCCC-DDDDDD-123456-V3&lt;/string&gt;<br />
&lt;key&gt;GoodnotesVersion&lt;/key&gt;<br />
&lt;integer&gt;5&lt;/integer&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;</p>
]]></description><link>https://community.relution.io/post/229</link><guid isPermaLink="true">https://community.relution.io/post/229</guid><dc:creator><![CDATA[LoJa]]></dc:creator><pubDate>Mon, 11 Mar 2024 13:47:13 GMT</pubDate></item><item><title><![CDATA[Reply to The app “com.goodnotesapp.x ” is not managed. on Mon, 04 Mar 2024 15:17:23 GMT]]></title><description><![CDATA[<p dir="auto">Die App "GoodNotes" muss auch über das MDM gepusht werden, es reicht nicht nur aus eine Managed-App Konfiguration zu pushen.<br />
Am einfachen geht das über die App Konformität, die du dann in derselben Richtlinie hinterlegst.<br />
Bei mir z.B. sieht das dann so aus:<br />
<img src="/assets/uploads/files/1709565299563-e93ad9cd-2077-43ca-b25b-9041e8c6edab-image.png" alt="e93ad9cd-2077-43ca-b25b-9041e8c6edab-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">In der App Konformität dann:<br />
<img src="/assets/uploads/files/1709565342395-c97a091c-309b-40d6-8b0a-d0d9f7a12884-image.png" alt="c97a091c-309b-40d6-8b0a-d0d9f7a12884-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">Viele Grüße<br />
André</p>
]]></description><link>https://community.relution.io/post/222</link><guid isPermaLink="true">https://community.relution.io/post/222</guid><dc:creator><![CDATA[Schulsupport Kreuzau]]></dc:creator><pubDate>Mon, 04 Mar 2024 15:17:23 GMT</pubDate></item></channel></rss>