<?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: Support for iOS 9/10 devices in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57841#M554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/347139"&gt;Devendra Khatri&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you ask the Android question over here please?&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-android/content?filterID=contentstatus%5Bpublished%5D~objecttype~thread%5Bquestions%5D" title="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-android/content?filterID=contentstatus%5Bpublished%5D~objecttype~thread%5Bquestions%5D"&gt;ArcGIS Runtime SDK for Android&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more thing to bear in mind: please familiarize yourself with the support levels for the various versions of Runtime SDK. &lt;A href="https://support.esri.com/en/Products/Developers/native-runtime-sdks/arcgis-runtime-sdk-for-ios/100-5#product-support"&gt;100.2.1 will enter&amp;nbsp;in Mature&amp;nbsp;Support&lt;/A&gt;&amp;nbsp;in&amp;nbsp;November this year. At that point we will not provide any hot fixes or patches should you encounter issues, and you should be actively planning to update to a more recent version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2019 19:48:49 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2019-09-11T19:48:49Z</dc:date>
    <item>
      <title>Support for iOS 9/10 devices</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57838#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have built an app using iOS SDK version 100.5.0 but it does not install on iOS 9/10 devices. I checked the release notes, iOS 9/10 is&amp;nbsp;only supported in&amp;nbsp;sdk version 100.2.1, not on later versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, 100.2.1 framework size is too large and takes time to build IPA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have few queries here,&lt;/P&gt;&lt;P&gt;* What is the hack for making iOS9/10 devices run with latest version of arcgis-ios sdk (atleast 100.3.0) !&lt;/P&gt;&lt;P&gt;* How can I reduce the size of framework file in any way !&lt;/P&gt;&lt;P&gt;* Will there be any feature loss if I use lower versions !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 16:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57838#M551</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-06T16:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Support for iOS 9/10 devices</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57839#M552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;100.2.1 framework size is too large and takes time to build IPA.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What you're probably seeing is the size of the unthinned/unsliced app (which includes a few architectures). Once thinned you&amp;nbsp;should see similar sizes for various versions of the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A class="link-titled" href="https://stackoverflow.com/questions/50488350/ios-arcgis-framework-too-large-hence-large-ipa-size/50594322#50594322" title="https://stackoverflow.com/questions/50488350/ios-arcgis-framework-too-large-hence-large-ipa-size/50594322#50594322"&gt;iOS ArcGIS.framework too large, hence large .ipa size - Stack Overflow&lt;/A&gt;&amp;nbsp; for some more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you&amp;nbsp;shouldn't&amp;nbsp;go by the size of the SDK download as that includes binaries for a large range of architectures. The SDK download got smaller recently when we were able to dispense with 32-bit architectures, and when we switched to dynamic framework only (both in line with Apple's recommendations), but that's separate from how much larger that makes your final thinned IPA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we add features with each release of the SDK, so you may find some missing in 100.2. Additionally, we have fixed many bugs since then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask why you need to support iOS 9 and 10? As per Apple's own stats, 95% of all iOS devices (97% of all devices introduced in the last 4 years) are using iOS 11 or 12:&amp;nbsp;&lt;A class="link-bare" href="https://developer.apple.com/support/app-store/" title="https://developer.apple.com/support/app-store/"&gt;https://developer.apple.com/support/app-store/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 16:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57839#M552</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-09-09T16:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Support for iOS 9/10 devices</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57840#M553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicholas for detailed explanation, we need to support iOS 9 to serve clients who have&amp;nbsp;such devices. But this can be managed with lowering version to 100.2.1, and thinning reduces the SDK size.&lt;/P&gt;&lt;P&gt;One more thing,&lt;/P&gt;&lt;P&gt;I have faced architecture related issue in Android API level 25, Nexus 9, [ issue- map doesn't load].&lt;/P&gt;&lt;P&gt;It can be solved by adding supported architecture in the gradle file but I am not sure should this be done or is there any other way through ESRI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding architectural related code sometimes gets rejected by google play store.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 19:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57840#M553</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-11T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Support for iOS 9/10 devices</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57841#M554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/347139"&gt;Devendra Khatri&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you ask the Android question over here please?&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-android/content?filterID=contentstatus%5Bpublished%5D~objecttype~thread%5Bquestions%5D" title="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-android/content?filterID=contentstatus%5Bpublished%5D~objecttype~thread%5Bquestions%5D"&gt;ArcGIS Runtime SDK for Android&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more thing to bear in mind: please familiarize yourself with the support levels for the various versions of Runtime SDK. &lt;A href="https://support.esri.com/en/Products/Developers/native-runtime-sdks/arcgis-runtime-sdk-for-ios/100-5#product-support"&gt;100.2.1 will enter&amp;nbsp;in Mature&amp;nbsp;Support&lt;/A&gt;&amp;nbsp;in&amp;nbsp;November this year. At that point we will not provide any hot fixes or patches should you encounter issues, and you should be actively planning to update to a more recent version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 19:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-ios-9-10-devices/m-p/57841#M554</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-09-11T19:48:49Z</dc:date>
    </item>
  </channel>
</rss>

