<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Tue, 28 Oct 2014 09:55:01 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-28T09:55:01Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>The correct beta entitlement for TestFlight Beta Testing in iTunesConnect</title>
      <link>https://forums.adobe.com/thread/1619957</link>
      <description>&lt;!-- [DocumentBodyStart:1790d932-7185-42e3-9349-796d0d4baf30] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi! I want to use TestFlight Beta Testing in iTuneConnect. But the builds that I compile with FlashBuilder don't contain the correct entitlement. I've generated new provisioning file, downloaded it and compiled my app with it. I use Adobe AIR SDK 15.0.0.295. How can I generate the correct entitlement? Olga&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1790d932-7185-42e3-9349-796d0d4baf30] --&gt;&lt;img src='/beacon?t=1415953196020' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">testflight</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">itunes connect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios actionscript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">testflight_beta</category>
      <pubDate>Tue, 28 Oct 2014 09:55:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1619957</guid>
      <dc:date>2014-10-28T09:55:01Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>The correct beta entitlement for TestFlight Beta Testing in iTunesConnect</title>
      <link>https://forums.adobe.com/thread/1619955</link>
      <description>&lt;!-- [DocumentBodyStart:ad850246-d777-4eb7-9c09-f0c6cc9f5099] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to use TestFlight Beta Testing in iTuneConnect. But the builds that I compile with FlashBuilder don't contain the correct entitlement. I've generated new provisioning file, downloaded it and compiled my app with it. I use Adobe AIR SDK 15.0.0.295.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I generate the correct entitlement?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Olga&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad850246-d777-4eb7-9c09-f0c6cc9f5099] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">itunesconnect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flashbuilder_4.7</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">testflight</category>
      <pubDate>Tue, 28 Oct 2014 09:02:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1619955</guid>
      <dc:date>2014-10-28T09:02:23Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>productStore.restoreTransactions() - doesn't return the transaction and productStore.makePurchaseTransaction(PRODUCT_ID) - nothing happens when trying to purchase purchased product</title>
      <link>https://forums.adobe.com/thread/1550701</link>
      <description>&lt;!-- [DocumentBodyStart:b010bb3d-763e-40ea-bd12-49aabbde7253] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have the a non-consumable in-app purchase product in my app. I use Adobe ProductStore ANE (com.adobe.ane.productStore) to work with Apple AppStore. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The whole flow is:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. I call productStore.restoreTransactions() to check if the user have purchased the product already&lt;/p&gt;&lt;p&gt;2. If RESTORE_TRANSACTION_SUCCESS fires I check if there's my PRODUCT_ID (product id of my in-app product) is in e.transactions&lt;/p&gt;&lt;p&gt;3. If RESTORE_TRANSACTION_COMPLETE fires without RESTORE_TRANSACTION_SUCCESS I check productStore.pendingTransactions if there's a transaction with precept and my PRODUCT_ID&lt;/p&gt;&lt;p&gt;4. If I have a pending transaction with my PRODUCT_ID and receipt != null&amp;nbsp; I call productStore.finishTransaction(pendingTransactionID)&lt;/p&gt;&lt;p&gt;4. If I didn't find get the transaction neither with productStore.restoreTransactions() nor with productStore.pendingTransactions then I decide that the user didn't purchase my in-app product, so I show him the LOCK_SCREEN when he can buy the product&lt;/p&gt;&lt;p&gt;5. If the user decides to but my product I call productStore.makePurchaseTransaction(PRODUCT_ID) (listening to PURCHASE_TRANSACTION_CANCEL, PURCHASE_TRANSACTION_FAIL, PURCHASE_TRANSACTION_SUCCESS events)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;My flow doesn't works well.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;1. I've created a test user in iTunesConnect&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;2. I have number of devices for the test. &lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;3. When I run my app very first time in a device I get the LOCK_SCREEN and when I tap the lock I get the iOS popup with confirm purchase, I confirm my purchase with the test user credits and get the PURCHASE_TRANSACTION_SUCCESS event&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;4. When I remove my app from the device and run it I can see in the &lt;/span&gt;debugger&lt;span&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt; that I get a transaction with my PRODUCT_ID and &lt;/span&gt;receipt != null so I know the I've already &lt;span style="line-height: 1.5em; font-size: 10pt;"&gt; purchased the app, I call productStore.finishTransaction(pendingTransactionID) (Maybe I don't have to do this?) and then I get RESTORE_TRANSACTION_SUCCESS event and I can continue the game.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;5. When I remove my app from the device again and install it again, I don't get any transaction when I call productStore.restoreTransactions() and I don't have any ransaction with my PRODICT_ID and receipt != null in&amp;nbsp; productStore.pendingTransactions. So I decide that I didn't &lt;/span&gt;purchase&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt; the product, show me the LOCK_SCREEN, and &lt;strong&gt;when I call&amp;nbsp; productStore.makePurchaseTransaction(PRODUCT_ID), nothing happens&lt;/strong&gt;. No popup with confirmation appears, no event fires, nothing. My app stacks.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;6. When I install the app in the second device and use the same credits that I've used in the first device I get the transaction in productStore.restoreTransactions()&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;7. When I remove the app from the second device, install it there again and run it I got the same that in point 5.&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What do I do wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance, &lt;/p&gt;&lt;p&gt;Olga&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b010bb3d-763e-40ea-bd12-49aabbde7253] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in_app_purchases</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">productstore</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">productstore_ane</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios app</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">purchase help</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">purchace_again</category>
      <pubDate>Mon, 18 Aug 2014 15:47:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1550701</guid>
      <dc:date>2014-08-18T15:47:41Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>In-App Purchase Native Extension - how can I check If user have purchased the in-app already?</title>
      <link>https://forums.adobe.com/thread/1539687</link>
      <description>&lt;!-- [DocumentBodyStart:cff768b5-2134-42d5-81a4-41917cb6fe63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an application with In-app purchase. I use ProductStore -&amp;nbsp; Adobe's native extension to connect to iTunes (&lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet-docs/gamingsdk/anedocs/com/adobe/ane/productStore/package-detail.html" rel="nofollow"&gt;com.adobe.ane.productStore Summary&lt;/a&gt;). I can make the purchase with the ANE, but I didn't find the way to check if the app was already purchased:&amp;nbsp;&amp;nbsp; I need for the case when user wants to install the app to additional device, or if user have remove the app and install it again.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And if there's no way, may somebody knows other Native extension that can provide the corresponding functionality.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance,&lt;/p&gt;&lt;p&gt;Olga&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cff768b5-2134-42d5-81a4-41917cb6fe63] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app-purchase-air-ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app_purchase</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app-purchase</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air_native_extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">inapp_purchases</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native_extenstion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app_store</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native extension</category>
      <pubDate>Tue, 05 Aug 2014 10:29:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1539687</guid>
      <dc:date>2014-08-05T10:29:15Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Inn-app purchase native extension by Adobe doesn't work when the project is compiled for over-the-air installation</title>
      <link>https://forums.adobe.com/thread/1536901</link>
      <description>&lt;!-- [DocumentBodyStart:16dfcf0f-66bd-43b9-bdab-23a7ab41819b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need the IAP functionality in my project. I've take the Inn-app purchase native extension by Adobe. During the developing process the extension worked fine. But when I've compiled my app for OTA (with corresponding certificate and provisioning file) the extension stops work. When the app calls purchase method nothing happens (when the app was compiled with development certificate and provisioning file I could run the full purchase process)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Olga &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16dfcf0f-66bd-43b9-bdab-23a7ab41819b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app-purchase-air-ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app-purchase</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">inapp_purchases</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native_extenstion</category>
      <pubDate>Fri, 01 Aug 2014 06:15:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1536901</guid>
      <dc:date>2014-08-01T06:15:57Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Inn-app purchase native extension by Adobe doesn't work when the project is compiled for over-the-air installation</title>
      <link>https://forums.adobe.com/thread/1536902</link>
      <description>&lt;!-- [DocumentBodyStart:f261e641-60b4-4262-99ca-3ebc55680886] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need the IAP functionality in my project. I've take the Inn-app purchase native extension by Adobe. During the developing process the extension worked fine. But when I've compiled my app for OTA (with corresponding certificate and provisioning file) the extension stops work. When the app calls purchase method nothing happens (when the app was compiled with development certificate and provisioning file I could run the full purchase process)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Should I fix something in configuration when I change the certificate and provisioning files?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Olga&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f261e641-60b4-4262-99ca-3ebc55680886] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app-purchase-air-ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in-app-purchase</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">inapp_purchases</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native_extenstion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native extension</category>
      <pubDate>Fri, 01 Aug 2014 06:19:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1536902</guid>
      <dc:date>2014-08-01T06:19:44Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>My iOS app crashes on iPad mini</title>
      <link>https://forums.adobe.com/thread/1513430</link>
      <description>&lt;!-- [DocumentBodyStart:33eca387-6472-4e0b-9fb4-4d6ca9cb95e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a game that runs on iPad 2 and iPad 4. I've tested it on iPad mini and the game crashes. I used AIR SDK 13.0 and then I've upgrated the SDK to 14.0 - it didn't help. The game crashes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you know for some AIR bug that can be related to the problem?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Olga&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33eca387-6472-4e0b-9fb4-4d6ca9cb95e0] --&gt;</description>
      <pubDate>Thu, 03 Jul 2014 11:09:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1513430</guid>
      <dc:date>2014-07-03T11:09:43Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Performance issue on iPad4 with AIR SDK 3.9</title>
      <link>https://forums.adobe.com/thread/1374288</link>
      <description>&lt;!-- [DocumentBodyStart:e936259a-89c7-487f-b305-4621cc05c523] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an app that I've created with Flex SDK 4.6.0. The first time I've&amp;nbsp; compiled the app with AIR SDK 3.1 and it runs with good performance on iPad4 (and little bit slow on oPad2). Then I've upgrated the AIR SDK to the version 3.9 and suddenly my app starts to run slow (but on iPad2 performance is good)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it any known problem with AIR SDK 3.9&amp;nbsp; on iPad4? Or on iOS 6.1?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Should I downgrade the AIR SDK back to 3.1 to get good performance on iPad4? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;UPD: I've downgraded the AIR SDK to 3.1 and my app get back the good performance! (But there's some strange bugs)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: yx&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e936259a-89c7-487f-b305-4621cc05c523] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios_6_1_3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ipad_retina</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ipad-resolution</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air_sdk_3.9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air_sdk_3.1</category>
      <pubDate>Wed, 08 Jan 2014 12:18:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1374288</guid>
      <dc:date>2014-01-08T12:18:08Z</dc:date>
      <clearspace:dateToText>10 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

