App Rejection Code 2.23

Hello, I am trying to get a magazine app approved for Newsstand. I was just given this error. It's basically telling me that I have exceeded the storage limits on apps. I have no idea how to fix this.
I used the links they said that should help me fix the issue but it's just coding tips. I'm not a coder, just a simple designer trying to get a magazine approved haha.
How can I fix this? Any help is appreciated!
2.23
We found that your app does not follow the iOS Data Storage Guidelines, which is required per the App Store Review Guidelines.
In particular, we found that on launch and/or content download, your app stores 6.6 MB. To check how much data your app is storing:
- Install and launch your app
- Go to Settings > iCloud > Storage & Backup > Manage Storage
- If necessary, tap "Show all apps"
- Check your app's storage
The iOS Data Storage Guidelines indicate that only content that the user creates using your app, e.g., documents, new files, edits, etc., should be backed up by iCloud.
Temporary files used by your app should only be stored in the /tmp directory; please remember to delete the files stored in this location when the user exits the app.
Data that can be recreated but must persist for proper functioning of your app - or because customers expect it to be available for offline use - should be marked with the "do not back up" attribute. For NSURL objects, add the NSURLIsExcludedFromBackupKey attribute to prevent the corresponding file from being backed up. For CFURLRef objects, use the corresponding kCFURLIsExcludedFromBackupKey attribute.
For more information, please see Technical Q&A 1719: How do I prevent files from being backed up to iCloud and iTunes?.
It is necessary to revise your app to meet the requirements of the iOS Data Storage Guidelines.
Additionally, we found that your app has an associated free subscription, however, it does not include a mechanism for the user to sign up for the free subscription.
It is required to revise the app to include the mechanism to allow user to sign up for the free subscription. For more information, please seeNewsstand for Developers for information on Newsstand Kit.
For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to:
- include the complete details of your rejection issues
- prepare any symbolicated crash logs, screenshots, and steps to reproduce the issues for when the DTS engineer follows up.
For information on how to symbolicate and read a crash log, please seeTech Note TN2151 Understanding and Analyzing iPhone OS Application Crash Reports.
If you have difficulty reproducing this issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Testing Workflow with Xcode's Archive feature".

Hi Bob,
So I resubmitted the app to Apple and it seems as if the in app subscription problem was fixed. So thanks for your help with that. The first issue is popping up again and this is what it says:
2.23
We found that your app does not follow the iOS Data Storage Guidelines, which is required per the App Store Review Guidelines.
In particular, we found that on launch and/or content download, your app stores 6.6 MB. To check how much data your app is storing:
- Install and launch your app
- Go to Settings > iCloud > Storage & Backup > Manage Storage
- If necessary, tap "Show all apps"
- Check your app's storage
The iOS Data Storage Guidelines indicate that only content that the user creates using your app, e.g., documents, new files, edits, etc., should be backed up by iCloud.
Temporary files used by your app should only be stored in the /tmp directory; please remember to delete the files stored in this location when the user exits the app.
I tried to check how much data the app was storing on the iPad but the option to "show all apps" wasn't there so I couldn't. I don't think there is anything you can do to help me with that (and I wrote back to apple asking about this issue.) My new question is just wondering if other people have had this issue before as well? I asked Apple about the provisioning profile, as right now it is not enabled for icloud. I asked if they want me to enable it for icloud, but have yet to get a response.
Just wondering if you have any other ideas why this issue keeps popping up? Again, thanks for all your help.

Similar Messages

  • App rejected due to non-public api's

    Hi,
              My App rejected due to non-public api's.
    Apple's Comments: 
    2.5: Apps that use non-public
                                      "We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change.
    We found the following non-public API/s in your app:
    _updateView (I have the method name like "_updateView" in my source, can I change the name of the method. Is it works ? )
    If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.
    Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides."
                                    And in my application, I am using the FBConnect, SDWebImage library,  and Twitter+oAuth api's. These are non-public api's ? Now, can I integrate Jira (Crash Reporter) to my application? Can anybody solve my issue......
    Thanks & Regards,
    Rajesh Kumar Yandamuri

    I have the same problem what to do with below points from the apple.
    Requires help plz help me my app rejected two times with this points.
    We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change.
    We found the following non-public API/s in your app:
    _tearDown
    If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.
    Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.
    We appreciate that you may have made the precautions in your code for using non-public APIs, however, there is no way to accurately or completely predict how an API may be modified and what effects those modifications may have. For this reason, we do not permit the use of non-public APIs in App Store apps.
    If there are no alternatives for providing the functionality your app requires, we encourage you to file an enhancement request. Or, try working with the Apple Developer Technical Support team to explore alternative solutions. 
    On occasion, there may be apps on the App Store that don't appear to be in compliance with the App Store Review Guidelines. We work hard to ensure that the apps on the App Store are in compliance and we try to identify any apps currently on the App Store that may not be. It takes time to identify these occurrences but another app being out of compliance is not a reason for your app to be.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to:
    - include the complete details of your rejection issues
    - prepare any symbolicated crash logs, screenshots, and steps to reproduce the issues for when the DTS engineer follows up.
    For information on how to symbolicate and read a crash log, please see Tech Note TN2151 Understanding and Analyzing iPhone OS Application Crash Reports.
    If you have difficulty reproducing this issue, please try testing the workflow as described in  <https://developer.apple.com/library/ios/qa/qa1764/>Testing Workflow with Xcode's Archive feature".

  • IOS app rejected due to a blank, black screen upon launch

    I recently got my iPhone app rejected and the reason is below:
    "We found that your app exhibited one or more bugs, when reviewed on iPhone 5 running iOS 6.1.3, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.
    Specifically, the app displayed a blank, black screen upon launch. Please see the attached screenshot/s for more information.
    The steps to reproduce are:
    1. Launch app
    2. Bug encountered"
    I use FlashDevelop and the latest Apache Flex + Air SDK 3.7 + swfversion=20. I don't have an iPhone 5 to test on but I've tested the application on a 3GS, iPod touch (4th gen.) on IOS 4.3, 5.1 and 6.1.3 (latest) and the application works on all of them.
    The attached screenshot mentioned above is here:
    the "blank" screen is actually a deep blue one, which the color I've set to my project's background.
    I didn't make any special modifications in the code to support iPhone 5 to be honest, and the project dimensions were set to 640x960, but I did include the [email protected], and it shows inside the .ipa at Payload/Myapp.app/
    In almost all the iPhone 5 discussions I've read online, theat launch problem is due to the [email protected] not being there in the root of the release .ipa, but I'm sure it does exist on my ipa. Also, I have request high resolution set to high, and the Info.plist has the correct DTPlatformVersion (6.0) and DTSDKName (iphoneos6.0).
    Any ideas what the problem could be?
    Thanks.

    Remember - they gave you a very specific device and version. It might be working on all other configurations. So if you are unable to get your hands on that device and version you are going to be left stabbing in the dark as to what is going wrong.
    My advice would just be to figure out what's different with that device and make sure everything is configured properly.
    Another option - if you don't want this app on the iPad anyway - is to remove it from the configuration:
    <key>UIDeviceFamily</key>
    <array>
              <string>1</string>
              <string>2</string>
    </array>
    You would delete the <string>2</string> part.

  • Single Edition App rejected!

    I just had my single edition app rejected by apple. 
    Here's the reported problem:
    Your app has the UIFileSharingEnabled key set to true in the Info.plist, but this feature is not functional.
    When file sharing is enabled, the entire Documents folder is used for file sharing. Files that that are not intended for user access via the file sharing feature should be stored in another part of your application's bundle. If your application does not require the file sharing feature, the UIFileSharingEnabled key in the Info.plist should not be set to true.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to prepare any symbolicated crash logs, screenshots, or steps to reproduce the issues for when the DTS engineer follows up. For information on how to symbolicate and read a crash log, please see Tech Note TN2151 Understanding and Analyzing iPhone OS Application Crash Reports.
    Any ideas how I fix that? Is that even an option in the Viewer Builder?
    Thanks in advance for any help.

    Bob,
    Our app was rejected AGAIN and for the same reason!.  I went through the steps in the builder again, and downloaded a new distribution zip file to submit to apple. Is there any way I can verify that this flag will not be set before I submit to Apple again? Waiting a week in between app rejections is pretty painful, and frustrating. Agan, ours is an Enterprise account with entitlements enabled for a mulit-issue publication.
    Feb 8, 2012 04:50 PM. From Apple.
    2.3
    We found that your app did not achieve the core functionality described in your marketing materials or release notes, as required by the App Store Review Guidelines.
    Your app has the UIFileSharingEnabled key set to true in the Info.plist, but this feature is not functional.

  • ITunes app rejected: app uses the iOS Advertising Identifier but does not include ad functionality

    Hi,
    my latest app version just got rejected for referencing
    class: ASIdentifierManager
    selector: advertisingIdentifier
    framework: AdSupport.framework
    without showing any advertisements. From my understanding they are referenced by the Facebook SDK to "Attribute this app installation to a previously served advertisement", which I checked when submitting the app version to iTunes. I do not serve ads inside the application and have no plans to do so. Anyone with similar experiences? Because the only solution seems to remove Facebook SDK which is no option.

    Well, I lodged the appeal - Apple checked and this is the message we got. We are now getting desperate to chief the launch date - Either Apple or Adobe are wrong - which one is it?  Desperate.
    Graham
    Thank you for contacting us.
    We have verified that your app contains code that is accessing the Advertising Identifier, however, we did not see ads served in your app. As stated in section 3.3.12 of the iOS Developer Program License Agreement, an app must serve ads in order to use the Advertising Identifier:
    We have seen this behavior in apps that include third-party libraries. These libraries are often analytics engines, ad engines, or other types of third-party services.
    We require that you locate and remove this code prior to resubmitting, and recommend that you use the "nm" tool or the command line tools "strings" or "otool -ov" to find the following entities:
    - class: ASIdentifierManager
    - selector: advertisingIdentifier
    - framework: AdSupport.framework
    If you are unable to locate these entities, you may wish to work with an Apple Developer Technical Supportengineer.

  • Rejection code

    Hi Fnrds,
      We follow the process of closing all the open sales order at the month end , using a rejection code , but when i close the orders  using rejection code the order value is also getting changed.
    For example :
    material : -- BB10
    Grid:--
       S : 10  -- 100
       M : 10
       L : 10
    now i have done  delivery of 8 pcs for Grid  S and M and i have delivered 10 Pcs of L . Now when i put the rejection code system automatically converts it into S - 8 , M - 8 and for the remaining two pice of S and M its puts the rejection code.
    Now when i put the rejection code the value is also getting changed 
    S -- 800 Rs and M -- 800 Rs.
    I dont want this to happen , even when i put the rejection code the qty should get splitted up as happening above and the value should remaining the same.
    How can we do this?
    Regards
    rajesh

    Hi Ken,
       The NRP Field in OVAG is Not relevant for Printing  , and in my settings its already been unticked.
    regards
    rajesh

  • JAEHYLEE  (R11i AP)   Payables Open Interface Import  REJECT CODE:NO TERMS

    Purpose
    Payables Open Interface Import REJECT CODE:NO TERMS
    Symptoms
    'EDI' Source로 invoice를 import할때 Payables Open Interface Import program 이 error로 종료된다
    정상적인 에러 No Terms로 출력이 되나 , 데이타 상에는 아무 이상이 없으며
    debug log file 의 reject code는 NO TERMS INFO라고 출력된다
    REJECT CODE:NO TERMS INFO
    CauseThe import program in procedure v_check_invalid_terms does not have exception handling. So, when ever it has exceptions like no_data_found or too_many_rows control was returning to the final exception block and the procedure was returning false to the calling procedure. Hence the error instead of Reject reason.
    Bug 4704918 - APXIIMPT DOESN'T REJECT INVOICES WITH INCONSISTENT TERMS.
    Solution
    AP.N이상에서 patch 4755024를 적용
    Please apply Patch 4755024 - 1OFF:4704918:AP.N:FP.G:11.5.10:APXIIMPT DOESN'T REJECT INVOICES
    Reference
    Note 359089.1

    Have you customized/setup the Project Accounting Workflow builder. You need to do some setup for this workflow builder so that the project accounts can be derived properly.

  • App Rejected because current issue does not become available

    I have had an App rejected twice by Apple for not having the current edition becoming available for download after the user purchases a subscription. See attached screenshot which was taken by the reviewer in Apple on their device. Also note there is no graphic tile in the Library view. App built using DPS Pro V 23.

    I'm assuming the problem to be the reason explained here in this documentation http://helpx.adobe.com/digital-publishing-suite/kb/subscription-fail-ios-renditions.html

  • Rejection Code is Disabled After Selecting Status as "FINI"

    Hello,
    I have a document type "BUS2000116 - Service Process". In the status schema of this document, there are "OPEN", "INPR", "FINI" and "CANC". First, I select status "FINI" and i save the document. After this process, ERP billing is working and automatically an ERP billing document occurs and i can see it in the transaction history of Service Process document.
    Then i want to reject all items. After selecting "More->Reject all items", a pop-up with rejection codes appear. I selected the one of the rejection code but after this, nothing happened on the document. The status of the document and status of the items didn't change and rejection code area in items is disable.
    What do i have to do to reject all items of a service process document that has a status of "FINI"?
    Thanks for all answers.

    Hi Gobi,
    This is more on the functional side as I have debugged the status management almost completely and in event callback function CRM_STATUS_BEFORE_REJECT_EC it is clearly stated that Reject is not allowed after Complete.
    But in Help documentation it is mentioned that in CRM Service Billing in ERP functionality there is a possibility to cancel individual items and even there is a customizing step for this in ERP.
    But as I said the system does not allow rejecting after completing.
    Thanks though.
    Emre

  • 997 getting Reject code for entire set for incoming 810

    Hi everyone,
    I have an inbound scenario from EDI 810 to invoice IDoc, in which I need to set up the 997 Acknowledgment. This is my receiver EDI Separator channel setting for 997.
    I m getting a Reject code(R) in AK5 and AK9 segments of 997 document. Can you please help me with understanding more on why I m only getting R and not A(Accept) code on these.
    This is the payload I m using in testing.810:
    ISA*00*          *00*          *01*040986076      *ZZ*ADVPCS         *140204*094
    9*U*00401*000000001*0*P*>~GS*IN*040986076*ADVPCS*20140204*0949*1*X*004010~ST*810
    *0001~BIG*20140203*2100442761*20140129*894054~N1*BT*xxxx~N3*yyyy~N4*SCOTTSDALE*AZ*85260*US~N1*ST*xyz*92*BC9420491~N3*25 BIRCH ST BLDG B - STE 100~N4*MILFORD*MA*01757~
    N1*IT*xyz123*21*RI0105595~N3*ONE ASTELLAS WAY~N4*Northbrook*IL*6
    00626111~REF*IT*RI0105595~ITD*01*3*0*20140315*45*20140315*45~IT1**3*BT*7889.55**
    VC*12599~PID*F****XTANDI 40MG CAPSULES 120/BOTTLE 1360832PC~TDS*2366865~CTT*1~SE
    *18*0001~GE*1*1~IEA*1*000000001~
    This is the 997 I m getting:
    997:
    ISA*00*          *00*          *ZZ*ADVPCS         *01*040986076      *140505*1611*U*00401*000000001*0*P*>~GS*FA*ADVPCS*040986076*20140505*1611*1*X*004010~ST*997*0001~AK1*IN*1~AK2*810*0001~AK5*R~AK9*R*1*1*0~SE*6*0001~GE*1*1~IEA*1*000000001~
    Thanks a lot in advance!!
    Regards,
    Anjana.

    Hi Anjana,
    I executed your input payload and it got successfully processed. I am attaching the 997 which I got in the below.
    ISA*00*          *00*          *ZZ*ADVPCS         *01*040986076      *140506*0311*U*00401*000000001*0*P*>~GS*FA*ADVPCS*040986076*20140506*0311*1*X*004010~ST*997*0001~AK1*IN*1~AK2*810*0001~AK5*A~AK9*A*1*1*1~SE*6*0001~GE*1*1~IEA*1*000000001~
    There are of points. First in the screenshot which you have shown says Negative Acknowledgment not required. So you should not get the rejected values in 997 segment.
    Secondly, could you check if the correct channels are picking up the file for processing.
    Could you also let me know the SP and patch level you are currently using.
    Best Regards,
    Ruchir

  • Adobe Air Initiates the wrong launch Image on iPhone 6 - Possible App Rejection by Apple Review Team for all developers

    I've opened a bug for this issue as well. I want to ask if anyone experiencing the same issue and has found a workaround.  Basically Air Runtime is picking up the wrong launch image when launching on iPhone 6. It defaults to [email protected] instead of the [email protected] iOS 8 picks the correct image but Air Runtime does not. Here is the link for the bug. If this is confirmed, this could result in rejection for all the app developers who optimized their apps for iPhone 6 . It is hard to catch this bug in release mode since the Air Runtime loads pretty fast and it occurs when you device is slow or doing something in the background. You can see it easily on iOS simulator or debug mode. We tried everything for a workaround but we failed.
    Bug#3831747 - Adobe Air Initiates the wrong launch Image on iPhone 6 - Possible App Rejection by Apple Review Team for a…

    Apple recommends the storyboard/xib option but you can still use launch images as assets in your root. When you open a new project in xcode you can look at Contents.json and see the naming conventions they use for iOS8. We grabbed the new naming convention from here. Also setting up in the application xml the UILaunchImages key works too. Please see the below example. It would be a better solution if Adobe Air refers to xml/info.plist values that the developer sets instead of hard-coded naming conventions.
    <key>UILaunchImages</key>
      <array>
          <dict>
              <key>UILaunchImageMinimumOSVersion</key>
              <string>8.0</string>
              <key>UILaunchImageName</key>
              <string>Default-667h</string>
              <key>UILaunchImageOrientation</key>
              <string>Portrait</string>
              <key>UILaunchImageSize</key>
              <string>{375, 667}</string>
          </dict>

  • When I try to redeem an app download code, it tells me to confirm that I am 17  and that it'll download immediately but it doesn't.

    When I try to redeem an app download code, it tells me to confirm that I am 17+  and that it'll download immediately but it doesn't.
    What I mean is, as soon as I put in the code and click redeem, it comes up with the message saying to confirm that I am 17 or over and that it'll start downloading immediately, but when I press OK to confirm that I am, it takes me back into the text box for the code.
    Does anyone know why this is happening?

    Hello there, Joshywooful1.
    The following Knowledge Base article provides some practical steps and additional information for your issue:
    If you can't redeem your iTunes Gift Card or code
    http://support.apple.com/kb/HT6021
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • CIN configuration for rejection codes

    Dear all,
    We reject the incoming excise invoice at the time of posting, with the duties debited to cenvat on hold account. How to configure the rejection code for it to post the duties to cenvat on hold account?
    Pls tell me the rejection code posting indicator and rejection code used?
    Regards.
    Milind

    Hi,
    Go to SPRO > Logistics - General > Tax on Goods Movements > India > Business Transactions > Maintain Rejection Codes
    - In this IMG activity, you define the rejection codes that are used in the Incoming Excise Invoices transaction.
    - For each rejection code, enter a code and a description. You can also specify value as X in Post Ind column whether the excise duty in the invoice is to be posted to the CENVAT on hold account, instead of the CENVAT clearing account.
    Function of Post Ind active is to Post Excise Duty to CENVAT on Hold Account: - Specifies that when you assign the rejection code to an excise invoice, the system posts the excise duty to the CENVAT on hold account when you come to post the excise duty.
    Procedure: -
    1. A vendor sends you an excise invoice that, for some reason, you cannot accept.
    2. You capture the excise invoice in the Incoming Excise Invoices transaction as normal, but you assign it a rejection code.
    3. You then post the excise on the excise invoice to the CENVAT account. The system credits posts the excise to the CENVAT clearing account,as normal, but instead of debiting the excise duty accounts, it debits the CENVAT on hold account.

  • Excise Rejection Codes

    Hi,
    I have configured Excise Rejection code in Devolopment server. But its a non transportable object. For maintaining the same in Production server , authorization for SM30 is required. But SM30 authorization cannot be provided. Is there any other way of maintaining rejection codes in Production server.

    hi
    how u have created the codes in dev in similar way create in the production server
    now if u have creatd through SM30 in dev server then go to SM30 give table and then click on find maintainance u will get the path
    or click on customizing here u will get the path
    or go to spro >Tax on Goods Movements>India>Business Transactions>Incoming Excise Invoices>Maintain Rejection Codes
    hope it help
    regards
    kunal

  • AIR 15 - iOS Apps Rejected -  XCode 5.1.1 is now required

    We've run into an issue with Apple no longer accepting apps compiled with Adobe AIR, due to a new requirement for the XCode version used:
    As of September 9th 2014, all apps must be built using XCode 5.1.1 -- though Adobe AIR (including the newest version 15 released on the same date) compiles using XCode 5.0.2.
    After submitting an AIR app to iTunes Connect yesterday, we received an email from iTunes stating that "This bundle is invalid" because it's using an older version of XCode that is no longer allowed for uploads.  The full message reads:
    Dear developer,
    We have discovered one or more issues with your recent submission for "yourappnamehere". To process your submission, the following issues must be corrected:
    This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software.
    Once these issues have been corrected, use Xcode or Application Loader to upload a new binary to iTunes Connect. Choose the new binary on the app’s Details page in My Apps on iTunes Connect, and click Submit for Review.
    Regards,
    The App Store team
    After compiling with both AIR 14 and AIR 15, I changed the extension from .ipa to .zip and unzipped the package to see what version it was using.  Within the Info.plist file, it shows that AIR is using XCode 5.0.2 (DTXcode set to 0502, DTXcodeBuild set to 5A2005).  The only version that is now allowed for uploads is XCode 5.1.1 (Build 5B1008). 
    As it stands now, all AIR-developed apps for iOS will be rejected, and cannot be published on the App Store.  This goes for new apps as well as submitting updates for apps that are already live in the App Store.
    I just submitted a report to the Adobe Bugbase about this as well, you can view it or vote on it here:
    Bug#3821892 - AIR apps rejected for iOS - Not built using XCode 5.1.1

    Hi,
    We have a similar issue. Yesterday, September 24th 2014, I attempted to upload an application update and I received this error:
         ERROR ITMS-9000: "Invalid Segment Alignment. This app does not have proper segment alignment and should be rebuilt with the latest version of Xcode. Please contact Developer Technical Support if you need further assistance." - The upload log is only a bit more verbose with "ErrorCode = 1102".
    My first upload attempt binary was built with AIR 14.0 and iPhone SDK 7.1. (DTXcode == 0502)
    After some Web search, I found this forum post, and also tried theses builds :
    - AIR 15.0.0.274 and iPhone SDK 8.0 (DTXcode == 0600)
    - AIR 14.0 and iPhone SDK 8.0 (DTXcode == 0502)
    For all three attempts, I received the same error. I have not tested yet with AIR 15.0.0.274 and iPhone SDK 7.1, but i'm not sure its worth it...
    I sent an assistance request to Apple, but I would like to know what is the Adobe status for iOS 8 support... I cannot find much info about this on the AIR 15 SDK page.
    If anyone can bring some light on this, thanks in advance,

Maybe you are looking for