<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: native IPA make file crashes but app works in player in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838925#M2503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobana&lt;/P&gt;&lt;P&gt;I just realized that now the app requires wifi network or will not continue.  I need this to work with cellular.  Im assuming this is related to network = true?&lt;/P&gt;&lt;P&gt;You said it has to be set to true  to work ?&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edward Rudd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 16:44:19 GMT</pubDate>
    <dc:creator>EdwardRudd</dc:creator>
    <dc:date>2018-05-16T16:44:19Z</dc:date>
    <item>
      <title>native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838920#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a custom app based on the quick report in QT.&amp;nbsp; Using the latest versions.&lt;/P&gt;&lt;P&gt;the app works perfectly on the app player but hangs on the splash screen when I test the actual native IPA file for IOS.&lt;/P&gt;&lt;P&gt;any one else have this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:50:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838920#M2498</guid>
      <dc:creator>EdwardRudd</dc:creator>
      <dc:date>2018-05-10T18:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838921#M2499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if below capabilities required for Quick Report are set to true in your custom apps' appinfo.json?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{ "capabilities": { "audio": true, "bluetooth": false, "camera": true, "location": true, "microphone": true, "network": true, "storage": true, "fileSharing": false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 02:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838921#M2499</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2018-05-11T02:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838922#M2500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;That worked, thank you so much.&lt;/P&gt;&lt;P&gt;I don’t understand why the audio and microphone needs to be set to true?&lt;/P&gt;&lt;P&gt;Strange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you figure this out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838922#M2500</guid>
      <dc:creator>EdwardRudd</dc:creator>
      <dc:date>2018-05-11T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838923#M2501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I don’t understand why the audio and microphone needs to be set to true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick Report supports audio recording and playback feature for media attachment which requires these capabilities to be set to true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; How did you figure this out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work as a developer in the AppStudio team. Just to give you some details on why the app crashes when the capabilities used by the app are set to false,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In iOS 10, Apple enforced new rules for accessing user data. Apps need to define and provide usage description in Info.plist for all the privacy-sensitive data accessed by the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/iosdevcenters.blogspot.com/2016/09/infoplist-privacy-settings-in-ios-10.html" rel="nofollow" target="_blank"&gt;https://iosdevcenters.blogspot.com/2016/09/infoplist-privacy-settings-in-ios-10.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/developer.apple.com/library/content/qa/qa1937/_index.html" rel="nofollow" target="_blank"&gt;https://developer.apple.com/library/content/qa/qa1937/_index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a capability is set to true, AppStudio's Make tool automatically creates an Info.plist file for the app and adds corresponding default usage description strings to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Custom usage description messages can be provided by editing appinfo.json as described in below documentation link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/doc.arcgis.com/en/appstudio/extend-apps/editappinfo.htm#GUID-F2509852-3517-4655-B49B-403155ABCF51" rel="nofollow" target="_blank"&gt;https://doc.arcgis.com/en/appstudio/extend-apps/editappinfo.htm#GUID-F2509852-3517-4655-B49B-403155ABCF51&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 01:17:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838923#M2501</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2018-05-14T01:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838924#M2502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info&lt;/P&gt;&lt;P&gt;The part that confuses me is that I figured if I turned the video and audio capabilities to off that I would not need to have the json values set to true.&lt;/P&gt;&lt;P&gt;Im happy its working though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 14:23:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838924#M2502</guid>
      <dc:creator>EdwardRudd</dc:creator>
      <dc:date>2018-05-14T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838925#M2503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobana&lt;/P&gt;&lt;P&gt;I just realized that now the app requires wifi network or will not continue.  I need this to work with cellular.  Im assuming this is related to network = true?&lt;/P&gt;&lt;P&gt;You said it has to be set to true  to work ?&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edward Rudd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 16:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838925#M2503</guid>
      <dc:creator>EdwardRudd</dc:creator>
      <dc:date>2018-05-16T16:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: native IPA make file crashes but app works in player</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838926#M2504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the cause and corrected it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 19:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/native-ipa-make-file-crashes-but-app-works-in/m-p/838926#M2504</guid>
      <dc:creator>EdwardRudd</dc:creator>
      <dc:date>2018-05-16T19:15:32Z</dc:date>
    </item>
  </channel>
</rss>

