My app's rejected due to bugs!

I received following report from review:
We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 6.1.3 and iPhone 5 running iOS 6.1.4, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines. When the user attempts to subscribe for free, an activity indicator is displayed indefinitely and the subscription is not completed.
How to resolve this problem?
Indeed, I followed adobe steps to build it. But I received rejected status. I built an app for iPad and iPhone. Then I prepared a free subscription for iPad that has 1024x768 resolution. Also I didn't publish any rendition for iPhone. Is it the cause for error or not?
Thank you

Since you have a pro or enterprise account I suggest you call gold support for assistance with this issue. You can find support contact information by logging into http://digitalpublishing.acrobat.com/ with your account and then looking in the bottom middle of the dashboard.
Neil

Similar Messages

  • 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.

  • 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".

  • App rejected due to microphone prompt issues??

    Apple app submission issues again!
    This time I really can't understand what on earth they are referring to. I have a VERY simple iphone app waiting for launch and it was rejected due to this, I guess some random setting or bit of code I have no idea about. Can anyone give me some insight into this?
    This is what they said:
    "During review we were prompted to provide consent to use the microphone, however, we were not able to find any features or functionality that use the microphone for audio recording. The microphone consent request is generated by the use of either AVAudioSessionCategoryRecord or AVAudioSessionCategoryPlayAndRecord audio categories. If you do not intend to record audio with your application, it would be appropriate to choose the AVAudioSession session category that fits your application's needs or modify your app to include audio-recording features."
    Is this a setting I can control from Flash/AIR? I have no idea!
    Thanks very much,
    Fiona

    Hi Pahup
    Just wondering, in my case where I do use the microphone and I have it set in my app.xml under InfoAdditions UIRequiredDeviceCapabilities,
    could it be (hopeful here) that the next Air version prompt for the permission on first app launch?
    At the moment, the prompt is only coming up when I use the microphone and because I want that to happen earlier, the only way I can think of doing this is by faking the need for mic at app start.
    Thanks!
    Melissa

  • App rejected because of bug in SDK?

    Hi there, I got a question about a rejection that (at least to me...) seems unfair. I use the ImagePickerController to let the user take images with the camera. As I set the allowsEditing property to NO, there is a preview image that the user can accept or decline (that is all inside the UIImagePickerControllers View wich I present as a modal view).
    The problem is - if the user takes an image in landscape view, the preview pic shows up wrong. It can be easily reproduces with a very simple app and it is the same behaviour with all apps I've found in the appstore. (I tried a LOT). If they don't allow image editing (scale and move), the preview in landscape shows up wrong on firmware 2.02)
    Now comes the funny thing - that is the reason my app was rejected. That was the SOLE reason. All other apps get away with it and may be sold in the appstore but my app gets stuck in the QA queue (wich, I have to admit, is thorough). The world is not fair...
    Did anyone else experience things like that - or does anyone know if I'm just using the UIImagePickerController in a funny way (as all other devs who put apps into the store...)

    Bug is filed under 6189495
    Allowing editing is not an option for my app because one receives no information if the user actually did any editing and the resulting UIImage has a different size than the actual device screen (it's more square like the caller id pics used in the contact list).
    That's unwanted if you need to edit the whole pic. One could take the original resolution pic from the editinginfo though but then one would have to "throw away" editings eventually done by the user. That's also irritating.
    Greetings, Roga

  • App rejected due to missing subscription???

    We submitted 2 new Newsstand Apps to Apple for review. Both were rejected due to missing ability to sign in for a free subscription.
    In the developer builds everything works correctly and the "Subscribe" button and subscription banner appear in the library screen.
    In the screenshots we got from the testers, the button and banner are missing.
    See for your self.
    We have one build generated for each, which is v20 (2.5.0.1.50981) for one and v20 (2.5.0.3.50981) for the other.
    Here's the Library screen as we see it in the developer app:
    Here's the screenshot we got from Apple:
    Anybody has any idea what's going on here?

    Here's the reason.
    The smart tester didn't figure out that the subscription tile and buttons will not display due to the simple fact that... he was already subscribed!!!
    Aren't they suppose to know that?

  • App rejected due to subscription placeholders

    Hi all,
    An App submitted by one of our clients was rejected due to placeholder images that showed up when it was tested on iPad 3 (see images).
    (we assume it's iPad 3 because of the 1536x2048 screenshots).
    Is this a Viewer Builder issue?
    Should he:
    Just go and generate a new app, or
    Go through the entire process of setting the assets?

    Honestly, I find dual orientation apps a waste of time and effort. Pick one and be done with it.
    IIRC, when iOS4 was released one of the biggest complaints from users was there was no way to lock the orientation of the tablet. That tells me that people don’t go turning the tablet all that often.
    Yes, it’s nice to have a choice but if designed properly a single orientation is quite sufficient.
    Just my $0.02,
    Bob

  • My app rejected due to UIRequiredDeviceCapabilities didn't added

    Dear Support,
                         My app is rejected at app store. They said" We found that your app requires functionality specific to iPhone, but the UIRequiredDeviceCapabilities key in the app's Info.plist does not reflect this requirement. When this app is installed on an unsupported device, it will not behave as advertised, as required by theApp Store Review Guidelines. Since your app requires phone functionality, you should configure the UIRequiredDeviceCapabilities key to reflect the appropriate devices. This key prevents users from installing applications on unsupported devices."
    I have an app that uses the open url scheme to make call from the app. What I need to add in info.plist
    I have TestProject-Info.plist And I am not able to add UIRequiredDeviceCapabilities declaring as dictionary or array. I googled a lot but can't find the way how to do that. When I add a row and type UIRequiredDeviceCapabilities it's not pop out (not defined).
    Could you please tell the step step process how to do that.
    I will be greatly thankful to you .
    Thanks & Best Regards
    Laxman Pandey.

    Thanks a lot for your reply but i can't do the same in the pic above i can't edit item0 as telephony.
    Could you please show me the plain text entry like.
    I did it as :
    <key>UIRequiredDeviceCapabilities</key>
      <array>
      <key>telephony</key>
      <true/>
      </array>

  • Binary Rejected due to crash

    Did anyone knows how to fix this issue? Cause it's happening to me as well.
    I submitted 4 times to Apple Store the update of my app and it got always rejected, due to a crash when it launch.
    It was a simple update to an app, which works on iPhone and iPad.
    Can anyone help me out?
    Follow the screenshot of one of the rejections.

    I don't see what tool you're are using. If it's Flash Pro there is an option to "enable faster packager". There are some ANEs that have a problem with that, and the symptom is that the app crashes on launch (or when that ANE initializes).
    AIR 16 has some of those cases fixed, so your choices are to turn off the faster compiler option in AIR 15, or try AIR 16.
    You could argue that turning off the faster compiler is an all round good solution to all Store build issues, but I have had one app where it would only work properly with the new faster compiler, and when I cautiously used the slower one, I ran into a problem! You have to try both, and submit to Apple using the same one you used during testing.

  • My iphone 5 wont let me access new apps keeps rejecting my password even though i have reset it on the phone and from an email to the apple site to appleaid ?  site it

    my iphone 5 wont let me download apps keeps rejecting my password , i have reset it on the phone and via appleaid several times no luck

    Try to backup then restore your phone and download your apps back from the backup it should work. Hope that will help you.

  • New session rejected due to memory bottleneck in testing proxy2proxy

    Hi all!
    i am testing abap proxy2proxy on the client 105 in help varient 5 of simple use cases docu.
    even though i got sending successful from SXIPATT1 on the client 105, i got the following error.
    my server has RAM 2GB and have four client(100,105,106,107), and only i use for testing, NOT another person, so i do not think memory bottleneck issue.
    checked list.
    1. SXMB_MONI,  i could see inbound message(SENDER) <b>only.</b>
       from 105 to XI, no problem I thought, but very strange there, becasue there is only inbound message(sender).
    2. status flag on sxmb_moni
       Message Recorded (Commit follows) (TO BE DELIVERED)
    does anyone experience such issue?
    do i have to up physical memory?
    Error when processing your request
    What has happened?
    The URL http://sapxi.hh.net:8000/sap/bc/gui/sap/its/webgui/! was not called due to an error.
    Note
    The following error text was processed in the system XID : <b>New session rejected due to memory bottleneck</b>
    The error occurred on the application server SAPXI_XID_00 and in the work process 0 .
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    Function: ICF_ATTACH_ITS_PLUGIN of program SAPLHTTP_RUNTIME
    Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system XID in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server SAPXI_XID_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server SAPXI_XID_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http-c:105-u:XISUPER -l:E-s:XID-i:SAPXI_XID_00 -w:0-d:20060410-t:195211-v: ABORT_MESSAGE_STATE-e:
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    did you have  this entries in SXMB_ADM of XI server
    catgory:RUNTIME     parameter:ENGINE_TYPE     value:     HUB
    catgory:RUNTIME     parameter:IS_URL     value:http://server:port/sap/xi/engine?type=entry

  • New session rejected due to memory bottleneck

    Dear All,
                I have creating and working on BSP aplication that calls the webGui, ie abap trnasaction on internet explorer.It worked onced but then i get the error.
    New session rejected due to memory bottleneck  :
    The URL http://XXXXXX.YYYYYY:8000/sap/bc/gui/sap/its/webgui/! was not called due to an error.
    In Sicf the service for Its/webgui is activated, i deactivated and activated it again, deleted local cokkies, but no success.
    Can any one suggest a way out.
    The Error in detail is:-
    The following error text was processed in the system : New session rejected due to memory bottleneck
    The error occurred on the application server XXXXXX and in the work process 0 .
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    Function: ICF_ATTACH_ITS_PLUGIN of program SAPLHTTP_RUNTIME
    Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Regards,
    Anirban.

    Hi,
    Try running the <b>program RSMON000_ALV</b> instead.
    I am not in basis either but :
    - if it is really an insufficient number of Work process
    - if it is not a one-time event (meaning, this problems occurs repeatedly)
    Then the only solution I can think of is increasing them (and take care to add CPU and memory accordingly)
    You should check with your basis guys.
    Also, check the <b>transaction ST22</b> for more explanations about the possible Dump that got created.
    Best regards,
    Guillaume

  • We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 7, on both Wi-Fi and cellular networks

    We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 7, on both Wi-Fi and cellular networks

    1.) Wrong forum
    2.) no concrete informations. Review did supply you with concrete details.

  • I have been trying to re suscribe to expor tpdf  as us resident with us credit card but keep been rejected due to being based currently in Argentina?

    I HAVE BEEN trying to re suscribe to expor t pdf as a us resident wiht a us c card but keep being rejected due to currently workling and living in Argentina
    any ideas?

    Please refer to the following links:
    Change the country associated with your Adobe ID
    How do I complete a purchase when I get an incorrect "country" error?
    I hope it resolves your issue.
    Regards
    Rajshree

  • ISDN call rejecting due to unknown reason

    Hai all
    I am trying to connect two sites using
    ISDN.But the call is getting rejected.
    The "debug isdn q931" message gives
    " Cause i = 0x8095 - Call rejected "
    The code 95 indicates call rejected due to unknown reason.Does anybody knows the
    solution to solve this problem.
    Regds
    Sudeesh

    Sir
    The IOS of RtrA is c1700-k9sv3y-mz.122-13.bin
    And the show isdn status is
    grvisdn1#sh isdn stat
    Global ISDN Switchtype = basic-net3
    ISDN BRI0 interface
    dsl 0, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
    ACTIVE
    Layer 2 Status:
    TEI = 103, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
    1 Active Layer 3 Call(s)
    CCB:callid=6, sapi=0, ces=1, B-chan=2, calltype=DATA
    Active dsl 0 CCBs = 1
    The Free Channel Mask: 0x80000001
    Total Allocated ISDN CCBs = 1
    At present I can't send the remote site IOS and sh isdn stat since no access to remote site.I tried the remote site with two different routers.
    Initially 800 and now 1700 .Not able to connect
    with both routers.
    regds

Maybe you are looking for

  • Error while running the OBIA_RCU in Linux 64 bit OS

    OSDear Friends, I was Installing OBIA 11.1.1.7 on Linux 64 bit OS, while running the OBIA_RCU im facing the below mentioned Error related to ODI repository. The warehouse schemas were fine Error message : rcu-6130 action failed rcu-6135 error while t

  • Client JRE Requirement for Portal 9.0.2.6

    I would like to know what the minimum Java Runtime Environment requirement on the client machine is for using Oracle 9iAS Portal 9.0.2.6 and 9.0.4 (10g). I have searched on OTN but to no avail. Does Oracle recommend the Microsoft JVM or the Sun JVM (

  • Problem after installing CS5

    I installed CS5 Production Premium. A few days later I noticed a message from Windows 7 saying I need to uninstall and reinstall Flash Player.  A link was provided to the Adobe Flash Uninstaller. I uninstalled it.  Now I go to the Adobe website to re

  • After Effects hangs on "initializing Media Core"

    I might be off subject here, but my AE CS6 would not complete the start up and simply hang at "INITIALIZING MEDIA CORE". After finding some info about that, but for CS5, apparently a Quick Time codec problem, I got rid of PERIAN, and all is well now,

  • Password Keeper would not show asterisks. Last attempt left

    Suddenly my bb bold password keeper would not accept my password. I know i am entering it correctly. it doesnt show asterisk anymore which is explainable in forums but it would still not accept my password. on 8th attempt i entered "blackberry" and l