Reporting a developer?

Is there a way to report a developer of an application so that Apple is aware of their conduct? I getting a bit sick of a particular game developer who is constantly bringing out many different version of the same game (over a dozen different version now) but the basic of the game has many errors and crashes the iphone.
Instead of fixing their apps they seem more interested in releasing variations of the game. Over 300 people have complained in the reviews about this, but they have not done anything about it, apart from releasing two more variations of the game.
Anyone know where to report a developer?

There is certainly a way to report a problem, which may be a way to start the ball rolling.

Similar Messages

  • VS2008/VS2005 and Crystal Reports 2008 Developer

    Hi,
    1.) I am using VS2008 and Crystal Reports 2008 Developer. Are there any issues I need to consider when developing using both of the above? (or with VS2005)
    2.) The confusion for me is in regards to the SDK. From what I understand from articles etc is that using CR 2008 dev we can use the .NET SDK or RAS SDK for development purposes?
    3.) So downloaded the sample code for RAS .NET from [here|https://www.sdn.sap.com/irj/boc/businessobjects-samples?rid=/webcontent/uuid/80774579-b086-2b10-db91-ed58c4dda375] and tried "DatabaseLogon_CS" example, as the option. It automatically opened in VS2005 (no problem) however it would not run.
    I would get an error :
    Failed to connect to server "localhost".
    Error returned from Windows Sockets API : 0.
    and line causing this is >>> rcd.Open(ref path, 0);
    Code below:
            string sampleReportPath = @"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Samples\en\Reports\Demonstration\World Sales Report.rpt";
            object path = (object)sampleReportPath;
            // Create an instance of the ReportClientDocument.
            ReportClientDocument rcd = new ReportClientDocumentClass();
            // Set the location of the RAS server.
            rcd.ReportAppServer = "localhost";
            // Use the Open() method of the ReportClientDocument to open the report.
            rcd.Open(ref path, 0);
    I have been able to open the RPT file by itself. So it does 'see' the database.
    Reason why it would not run?
    Any help would be appreciated. Thanks

    If you're using the sample code from our website, make sure you have uncommented the InprocRAS option in the ConfigureCrystalReports method (see below). From your error description it seems like you're using the unmanaged RAS option, which requires a RAS server.
    private void ConfigureCrystalReports()
            /* The following methods implement the same sample functionality in three different RAS
             * scenarios. Uncomment the method you would like to use.
             * - inprocRAS() logs onto a databse using RAS and SQL authentication.
             * - managedRAS() logs onto a database using RAS and SQL authentication from a managed RAS server.
             * - unmanagedRAS () logs onto a database using RAS and SQL authentication from an unmanaged RAS server.
             * Undocument the call to the method which applies to your appropriate RAS settings.
            DatabaseLogon_inprocRAS();
            //DatabaseLogon_managedRAS();
            //DatabaseLogon_unmanagedRAS();

  • Questions on Analyzer Upgrade and Moving Analyzer Reports from Development to Production

    Hi,We run Analyzer 5.0.3. We are planning to go to Analyzer 7.2. Did any body go thru this upgrade? If so, what is your opinion and tips that may help. Also, we never had Analyzer development environment. We are planning on having Analyzer development environment. In our installation, all of the Analyzer reports are centrally developed based on user requests. Once we have development and production at the same Analyzer version, if a report is developed in the development system, how can the report be mirateed/moved from development to production system?Thank you for your help,Prasant

    Balaji,
    Has this been done yet?
    Gary
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    We are working on a document using which one should be able to move a portal instance from one database to another. It is still in draft version, once it is finalized we will be putting it on otn.
    Thanks and Regards
    Balaji<HR></BLOCKQUOTE>
    null

  • Integrating Crystal Report 2008 Developer with Visual Studio 2008 Standard

    I have Crystal Reports 2008 Developer version 12.0.0.683 on my computer. I also have Visual Studio 2008 Standard. I know the standard edition of VS 2008 does not have the bundled crystal reports, but since I bought the full version of CR 2008 separately, I figure I should be able to use CR within VS 2008. The problem I am facing is integrating Crystal Reports with Visual Studio, so I can create reports from within visual studio.
    Crystal Reports was installed first and then Visual Studio. As per suggestions on this and other forums, I repaired my installation of Crystal Reports, but that did not help. I then ran Visual Studio integration manager, but when I run it, it only detects Visual Studio as the currently installed IDE, but does not detect CR 2008. I downloaded service pack 2 for CR, but have not installed it yet. I do not want to install it if it is not going to help. I would also like to avoid uninstalling my copy of CR if at all possible.
    I am a newbie at development in visual studio. Any help will be highly appreciated.
    Thanks,
    Rajib

    Don't want to go against what Jason said as it may be correct - if we go strictly by the documentation provided (sorry Jason, Dan says...). However, here is something to try;
    Uninstall CR. Look for any left overs; c:\program files\business objects\... and delete all of that.
    Look in the registry for HKLM\software\business objects and remove the business objects entry.
    Download CR 2008 from here:
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    That is a trial version and I believe it is already at SP 1. Use your keycode to install. Once this is done, you should have the ability to use CR in .NET. I'd recommend you do apply sp 2 now also.
    Ludek
    Follow us on Twitter
    http://twitter.com/SAPCRNetSup

  • Unable to run a report from developer 10g

    Hi, i can´t run a report from developer 10g when i run the report with the web icon appears the message
    Thu Jan 07 14:44:29 CST 2010
    javax.servlet.jsp.JspException
    javax.servlet.jsp.JspException
         at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:470)
         at sif10r4400F202316.jspService(_sif10r4400F202316.java:50)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:575)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:311)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:834)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:340)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    my report server is up, my servlet is ok too and REPORT_PATH environment is ok.
    Regards

    Hi, i can´t run a report from developer 10g when i run the report with the web icon appears the message
    Thu Jan 07 14:44:29 CST 2010
    javax.servlet.jsp.JspException
    javax.servlet.jsp.JspException
         at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:470)
         at sif10r4400F202316.jspService(_sif10r4400F202316.java:50)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:575)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:311)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:834)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:340)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    my report server is up, my servlet is ok too and REPORT_PATH environment is ok.
    Regards

  • Emailing a report in Developer 6i

    Hi,
    Can any body tell, what are the steps to email a report in developer 6i in windows xp environment?
    regards,
    iftikhar ahmad

    Use following code in AfterReport trigger
    function AfterReport return boolean is
    outlookApp OLE2.OBJ_TYPE;
    NameSpace OLE2.OBJ_TYPE;
    mailItem OLE2.OBJ_TYPE;
    OLEPARAM OLE2.LIST_TYPE;
    Send OLE2.OBJ_TYPE;
    Attachments OLE2.OBJ_TYPE;
    Attachment_dummy OLE2.OBJ_TYPE;
    var1 varchar2(200);
    Begin
    var1 := 'Test message from Reports';
    outlookApp := OLE2.CREATE_OBJ('outlook.Application');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,'MAPI');
    NameSpace := OLE2.INVOKE_OBJ(outlookApp,'GetNameSpace',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,0);
    mailItem := OLE2.INVOKE_OBJ(outlookApp,'CreateItem',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLE2.SET_PROPERTY(mailItem,'To','[email protected]');
    OLE2.SET_PROPERTY(mailItem,'Subject','Sample message from reports');
    OLE2.SET_PROPERTY(mailItem,'Body', 'Hi'||var1);
    Send := OLE2.INVOKE_OBJ(mailItem,'Send');
    --destroy objects*
    OLE2.RELEASE_OBJ(mailItem);
    OLE2.RELEASE_OBJ(NameSpace);
    OLE2.RELEASE_OBJ(outlookApp);
    return (TRUE);
    end;
    Regards,
    Kashif

  • Report a developer

    Does anyone know how I go about reporting a developer?....
    My issue, I have an application I bought through the developer's website.
    The software worked ok for a while, but now, has become completely unusable....
    I got a response from the developer once.... but now, he/she has gone completely unreachable.... I've sent multiple emails over a couple of weeks..... each time no response or acknowledgement....
    I understand this person could be sick, or worse..... but you'd think they'd maintain and/or monitor their website?.... Even if I got an explanation in the form of a reason?.....
    But to have 'no-where to go'..... like this..... it's very frustrating.....
    My app no longer works, and I paid for it. And support is now non-existant....
    Anybody have suggestions for a course of action?....
    Regards

    You can send feedback to Apple >  Apple - Mac OS X - Feedback

  • Transport user specific layout of standard report from developer server to

    Hi ,
    I am using user specific layout of standard report in my customizing report for retrieving data from standard report.
    i want to transport this user specific layout of standard report from developer server (say client 400 ) to production server ( say client 100 ).
    Also i want to copy this layout for all end users ( different user names ) in production server.
    I tried to import user specific layout , it is possible only with in   the same server ( say developer server , but different clients , say 400 to 450).
    please help me to sort out this .
    Thanks & regards,
    Hari priya

    hi sadaram,
    Thanks for ur quick reply,
    I am using this user specific layout in my zreport for retrieving data from std report. i don't want this layout to be global for all users. i already created same layout in production also , but i want to copy this user specific layout to some of end users
    ( not all end users) with different user names.
    please suggest any solution to solve this issue..
    regards,
    Hari priya

  • Can any one share the Oracle Reports 6i Developer demo table scripts?

    Hi,
    I have to learn the Report 6i for my office project, I have installed the report 6i developer but I could not get the Demo CD, can any one share the Scripts for table (viz. Stock, stock_history , indcat ) creation and also the insert script for data population or provide the URLs where I can find the same.
    thanking you in advance.
    regards,
    Sham.

    Hi Denis,
    Thanks for the reply, I have the setup for forms and reports 6i, what i was looking is the script to create the tables used in the
    Oracle® Reports Developer
    Building Reports
    Release 6i
    January, 2000
    Part No. A73172-01
    the table names are stocks, indcat etc, generally these demo script come along with the demo CD provided by oracle as i don't have the CD i am looking for these table creation script. if you have these scripts kindly share the same with me.
    regards,
    Sham.

  • Crystal Reports XI Developer Release 2

    What is the upgrade method of going from Crystal Reports XI Developer to Crystal Reports XI Developer Release 2.
    I've seen mention on other forums and help-desk websites that it is a free upgrade for a registered user of Crystal Reports XI Developer. However, I can't how this is done.

    Hello,
    There are a number of ways to get the physical download.  Here's one that's pretty easy. Go to the [Downloads page |http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm]for Crystal Reports and set the search criteria for service packs for Crystal Reports XI R2.
    Software Product: Crystal Reports
    Product Version: XI Release 2
    Software Type: Service Pack
    You'll see a number of downloads.  Download one of the Full Build packages like "Crystal Reports XI Release 2 - Service Pack 4 Full Build".
    After downloading CR XI R2 you should uninstall CR XI and then install CR XI R2.  CR XI R2 is not really an upgrade to CR XI.  It is it's own stand alone version.
    You'll sometimes see issues in Crystal Reports if you don't fully remove CR XI by following manual cleaning steps.  You may need to do the following from SAP Note 1218535 - How to manually uninstall Crystal Reports XI:
    +++++++++++++++++++++++++
    Symptom
    Crystal Reports XI is installed on your computer. You need to manually uninstall Crystal Reports XI for one of the following reasons:
    To verify that all Crystal Reports XI components have been completely removed prior to installing a later version of Crystal Reports.
    To remove the remaining Crystal Reports XI components that have not been removed using the 'Add/Remove Programs' command (Start > Settings > Control Panel).
    To remove the remaining Crystal Reports XI components that have not been removed using the Setup.exe file from Crystal Reports XI installation CD.
    Resolution
    Before getting started, uninstall Crystal Reports XI by launching the Setup.exe file from the installation CD or by using the 'Add/Remove Programs' command. If either of these methods fails to remove all Crystal Reports directories, files and registry keys, then continue with the resolution of this article.
    WARNING: This resolution can be applied if Crystal Reports XI is the only software installed on the computer that uses the Business Objects directories, files and registry keys.
    For example, Crystal Analysis, Crystal Enterprise and BusinessObjects Enterprise XI are applications that may share the same directories, files and registry keys. Removing these directories, files and registry keys may cause other software to function incorrectly.
    1. To manually uninstall Crystal Reports XI, delete the following directories:
    C:\Program Files\Common Files\Business Objects\3.0
    C:\Program Files\Business Objects
    NOTE: Do not remove the directory C:\Program Files\Common Files\Business Objects\3.0 if you have BusinessObjects Enterprise XI or Crystal Reports Server XI installed. These files are shared by both applications and removal of these files will cause Business ObjectsEnterprise XI and Crystal Reports Server XI to function incorrectly.
    WARNING: The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk.
    HELP: For information on how to edit the registry key, view the 'Changing Keys And Values' online Help topic in the Registry Editor (Regedit.exe).
    RECOMMENDATION: It is strongly recommended that you make a backup copy of the registry files (System.dat and User.dat on Win9x computers) before you edit the registry.
    2. Delete the following registry keys:
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\
    HKEY_CURRENT_USER\Software\Business Objects\Suite 11.0\Crystal Reports
    HKEY_USERS\S-#-#-##-...-####\Software\Business Objects\Suite 11.0\Crystal Reports
    The number signs (#) represent a series of numbers that are different on each computer.
    After making changes to the registry, restart the affected service or application as required.
    ++++++++++++++++++++++++
    Sincerely,
    Dan Kelleher

  • Install Oracle Form/Report 6i Developer

    Hi all,
    Just confirm:
    I've downloaded d2k6irelease2.tar from http://www.oracle.com/technology/software/products/forms/htdocs/linuxsoft.html. Is that the right one for Oracle Form/Report 6i Developer? If not, please let's me know where can i find the Oracle Form/Report 6i Developer Software and installation guide?
    thanks in advance

    Grant Ronald,
    Do you know exactly version? I'm looking for 6.0.8
    thanks

  • Report a developer to Apple. How?

    I've stumbled upon a developer on app store that is violating the iOS developer license agreement and the iOS Enterprise license agreement by marketing and releasing an In House app from within an app on App Store (Giving a bit.ly link for OTA installation without using App Store)
    I've tried to find out how to report the developer to apple, but with no success. I've tried the "Report issue" for the developers current app through iTunes, but that only redirects me tohttp://www.apple.com/uk/support/itunes/
    So, anyone know how i should report this?
    Note: I've also tried to contact the developer, but without success.

    Try the instructions on this page: http://arstechnica.com/apple/2010/05/what-you-can-do-when-junk-apps-invade-the-a pp-store/

  • Crystal Reports XI Developer in 64 bits - ODBC Oracle

    Hello
    Operating System: Microsoft Windows Server 2003 R2 Standard x64 Edition Service Pack 2
    Crystal Version: Crystal Reports XI Developer Full Product (Spanish)
    ODBC installed: Oracle 9.2 through c:WINDOWSSysWOW64odbcad32. (32-bit ODBC Administrator)
    Test succeeded from 32-bit ODBC Administrator
    Problem: In Crystal Reports, when I choose the previous data source appears the error:
       No se pudo abrir la conexion.
       Detalles: 08004:[Oracle][ODBC][Ora]ORA-12154: TNS:no se ha podido resolver el nombre de servicio
       Código del proveedor de base de datos: 12154
    Thanks
    Edited by: Josep Maria Barón Isanta on Feb 20, 2009 1:09 PM

    Hi Josep,
    You can follow the below link.
    Just check if the version of oracle is supported with 64 bit version.
    Else just follow the below:
    The issue has been identified and tracked.If Business Objects Enterprise is installed to a location containing brackets in the folder path, for example, C:\Program Files (x86)\, it will be unable to connect to any Oracle database. Certain Oracle database clients such as version 10.2.0.2 or 10.1.0.2., do not function properly with any application which has brackets in its folder path.
    Resolution :
    There are two options to resolve this:
    When installing Business Objects Enterprise, please choose an install path that does not contain brackets such as C:\Program Files x86\ or contact Oracle support for an updated database client.
    This issue is Oracle bug 3807408 and can be fixed by applying 10.2.0.1 Patch 6. This can be downloaded from Meta link if you have an account:
    http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5059238
    Just copy   the  link and down load the patch from the oracle, for this you need to be registered in the oracle product download site.
    Hope this helps you.
    Regards,
    Naveen.

  • Crystal Reports XI Developer Edition - Invalid Key

    Hi All,
    I have downloaded Crystal Reports XI Developer Edition trial from Business Objects site and received the key for the same by email.
    Key Code: CP80U-F1YV0X7-0006VH1-AP81
    When i input the same key during installation, i receive an error message saying the key is invalid. I tried again by re-registering and got the same key from Business Objects.
    Has any one faced this problem?  Please help me in getting the right key.
    regards,
    Pruthvi R

    Hi Pruthvi,
    Try this:
    For a new key:
    Request key codes for new orders via SAP Marketplace (SMP), will receive a download letter on new purchases providing them with their SMP login credentials. Using these credentials you can login and click in the "Keys & Requests" tab > Request a License key.
    If your Key code does not work
    You need create a customer message https://websmp107.sap-ag.de/message using component XX-SER-LIKEY-BOJ.
    Regards,
    Shweta

  • How to test and startup form/report 6i developer

    Hi all:
    I'm a newer in form/report 6i developer. I've installed form/report 6i developer but I don't know how to test if it is sucessful or not. Can you guy tell me how to test it please?
    thanks in advance.
    NOTE: My OS is rhel 3

    Thankyou for taking the time to respond and for providing such detailed articles on adobe dps development, it is much appreciated.
    I had completely missed that article and was struggling to find anything useful from googling!
    Dave

Maybe you are looking for

  • Why is my macbook pro running slow since ive upgraded to yosemite?

    EtreCheck version: 2.1.8 (121) Report generated March 19, 2015 at 11:45:45 PM PDT Download EtreCheck from http://etresoft.com/etrecheck Click the [Click for support] links for help with non-Apple products. Click the [Click for details] links for more

  • How to search for duplicate files?

    Is there a quick and easy way to search for duplicate files? (and other space hogs) I would like to do some hard drive spring cleaning. Trying to free up some space. Any suggestions? Thanks in advance, Carl

  • Wrong icons on files

    Some of my files in OS 10.3.9 take on the wrong icons. Nothing I know to do straightens this out. For example, one of my pdf's currently has the custom icon from one of my jpg's iMac 400 & 600; iBook 700; Beige G3; Others   Mac OS X (10.3.9)  

  • Wrong brightness after I wake up my MBP

    hello, my MBP 2.4 looses it's brightness settings when it goes to sleep. When waked up, brightness is ALWAYS two bars below maximum. Any ideas what's wrong? regards, R.Sklodowski

  • Classic SCAs cannot be transported by CMS

    I am following the ESS/MSS JDI cookbook, but run into problems when chekcing-in SCAs. Five SCAs are supposed to be checked in: MSS PCUIG SAPBUILDT SAPJEE SAPJTECHS But when I go to the check-in tab in the transport studio and push the "value help" in