Please review my first apps

I have finished two apps for the i-phone for the company I work for.
One is a game, which I can't say run's smoothly, but we decided to release it anyway:
http://itunes.apple.com/us/app/pixels-pointless-pursuit/id407587448?mt=8
The original on-line version can be found here for performance comparison:
http://www.pierceaxiom.com/video_games.html (Pixels Pointless Pursuit)
The other is a very simple informative app that doesn't put much strain on the phone:
http://itunes.apple.com/us/app/jnf-reforest/id415728878?mt=8
I have said it before on this forum, (and I know it upsets some of you)- I am not impressed with the overall performance of the i-phone packager, but I do appreciate that we have any oportunity to utilize our skills to get something on the i-phone.  I'd appreciate any feedback you guys could give us.  suggestions about improvements are welcome and wanted, but keep in mind I'm pretty sure I know every performance optimization technique publicly available, and have used all that apply.
Any feed back is appreciated!
-Mike

Thanks for the response Ivan.
You're not getting smooth scrollign in the on-line version of the game?  Thats strange, unless you have a computer with < 2 ghz processor, I haven't noticed any performance problems with the on-line version.  But yes, the scrolling on the iphone one is kind of jittery.
And yes, I actually removed all of the seperate background layers for the iPhone.  It just couldn't handle it.  I even tried blitting, but that didn't help.  We had one of our artists redraw the background and forground to try to make up for the lack of depth.
And I agree about the swiping in the other app.
Thanks for taking the time to review!
-Mike

Similar Messages

  • Please review my first MVVM project

    I'm trying to learn MVVM, so I made a simple WPF Application in C#, and since I am new to MVVM I was wondering if any of you can give me input on my code? Things I have done wrong, things I could have done better - maybe even things I've done right!
    From my readme file:
    Testing MVVM. Displays pictures based on radiobutton choices.
    The button controls whether an image can be displayed. It also has text showing user if he can toggle images on/of.
    Radiobuttons control which image to be displayed - but only displays the image if the button is clicked.
    I'm open to all suggestions that might make me a better coder (as you can see I'm a little rusty when it comes to C# as well).
    Here's my code: 
    github.com/drberg/MVVMImageChooser

    I think you're doing pretty well as you're new to mvvm and presumably wpf.
    I suggest you take a look at mvvm light.  You can get it via nuget.
    Choosing mvvmlight libraries only allows you to easily add it to an existing project or you can start a new mvvmlight project.  There's a template.
    That gives you ViewModelBase you can inherit your viewmodels from.
    With .net 4.5 there's callermembername and the implementation in mvvmlight uses this like the one you can find on msdn. 
    If you don't want mvvmlight for whatever reason then you could inherit your viewmodels from this instead.
    public class NotifyUIBase : INotifyPropertyChanged
    // Very minimal implementation of INotifyPropertyChanged matching msdn
    // Note that this is dependent on .net 4.5+ because of CallerMemberName
    public event PropertyChangedEventHandler PropertyChanged;
    public void RaisePropertyChanged([CallerMemberName] String propertyName = "")
    if (PropertyChanged != null)
    PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    That lets you remove the "magic strings" from property changed notification.
    Thus
    public BitmapImage Shape
    get { return shape; }
    set
    shape = value;
    RaisePropertyChanged();
    Don't call your commands Button_Click
    Most devs suffix the command with Execute for the method and CanExecute for the Boolean.
    You've split code into view and viewmodel folders.
    There are two schools of thought on this.
    Some prefer to have a Views folder which then has a sub folder for like admin, another for sales etc etc
    Then a folder within each with all the stuff related to a given view.
    You often have a View, a view viewmodel, one or even several row viewmodels if there are a number of item controls. You can end up with quite a few bits and bobs which make up the one window.
    You only have one view there.
    I tend to have one window and numerous usercontrols rather than numerous windows.  The MainWIndow has a contentcontrol and the various views are swopped out.
    If you've not taken a look at it already you might like:
    http://social.technet.microsoft.com/wiki/contents/articles/28209.wpf-entity-framework-mvvm-walk-through-1.aspx
    The second version, I've written the code and published two supporting articles explain techniques used.
    Obviously, most
    http://social.technet.microsoft.com/wiki/contents/articles/28597.wpf-keeping-your-mvvm-views-dry.aspx
    The technique used to tell the viewmodel about errors the view finds is useful.
    http://social.technet.microsoft.com/wiki/contents/articles/29777.wpf-property-list-editing.aspx
    I've not yet written the main article yet.
    MVVM light messaging is very useful and solves a number of those awkward bits you come across when doing mvvm.
    http://social.technet.microsoft.com/wiki/contents/articles/26070.communicating-between-classes.aspx
    Hope that helps.
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • EPrint/Apps Connectivity Troubleshooting - Please Review

    ePrint & Print Apps Connectivity Troubleshooting Steps – Please Review before posting
    This information below is provided to help you to resolve web services connectivity problems to enable your printer to print with ePrint, launch/use Print Apps, enable web services, print your web services info sheet, or add your printer to your account on the HP ePrintCenter.   Only items that have actually been shown to resolve customer issues have been included in the list.   
    For best results review and apply the applicable steps below in the order presented before posting a request for help in the forum, so that forum members who respond to your post can provide the best possible assistance.  
    Also see this post (http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile/Start-here-Web-Services-How-To-and-Troubleshoo...) for additional “how-to” and links to important web services information, FAQs, and Help content.
    Before applying the troubleshooting information below:
    If you receive an “Invalid code” message when you try to add your printer to your HPePrintCenter account, but aren’t having any other problems using ePrint and Print Apps, you most likely only need to reprint your web services info sheet from your printer.  Your printer's claiming code that is printed on the info sheet can only be used to add your printer to your ePC account for 24 hours after printing the info sheet.  Reprinting the info sheet doesn't change your claiming code, it just re-enables your printer to be added to your ePC account for another 24 hours.  See here for the steps to re-print your web services info sheet.
    If you enabled Web Services on your printer but the Web Services info sheet containing your printer’s claiming code did not print, your printer has not fully completed its web services registration and will not print ePrint emails or print app content.  In this case you will not receive any error messages on the printer and you can view your printer’s email address on the printer front panel display.  If your web services info sheet does not print within five minutes of enabling web services, try removing and enabling web services again.  If your Web Services info sheet still does not print after re-enabling web services, you will need to wait and try again later.   If you do receive error messages when trying to enable web services, continue to the web services connectivity troubleshooting steps below.
    If you have ePrint emails that aren’t printing, please first ensure you confirm your emails meet ePrint format/attachment requirements.  Review the ePrint email requirements in the ePrint FAQ/Help on HP ePrintCenter at www.hpeprintcenter.com.  You can also check your printer’s connectivity status and ePrint job list on HP ePrintCenter if you have created an account there and added your printer.  (Always use the “Refresh” button on the ePC page, not your browser refresh button, to view updated printer connection status on the HP ePrintCenter.)  
    A.     Easy steps that can be surprisingly helpful – try these first:
    Verify your network’s internet access is working – on a computer connected to your network, use a web browser like Internet Explorer or Firefox to view a web page.  If you can’t access the internet your internet service provider may be having a service issue that is affecting ePrint/Print Apps. 
    Go to HP ePrintCenter and look in the News section (http://h30495.www3.hp.com/news/ ) to see if there are any service status updates.  In some cases, you might just need to wait a little while and try again.  
    Turn wifi off and then on again on your printer and wait for a minute for your printer to reconnect to your network   
    Reboot your printer - turn power off and then on) and wait for a minute for it to reconnect to your network
    Reboot your router - remove the power cord from the back of the router, wait a minute, and then plug it in again and wait for at least a minute for the router to power up and all your devices to reconnect.
    B.      Check your printer’s IP address to confirm it is connected to your network.   
    Verify that your printer has a valid IP address (for example, typically 192.168.x.x on a home wireless network) by viewing the network settings screen in the Networking or Wireless menu on your device’s front panel display, or by printing a Printer Status Report (usually found on the Tools menu).  If your printer does not have a valid IP address re-run the network setup process for your printer.   For more help with setting up or troubleshooting your HP printer’s connection to a wireless network, go to http://www.hp.com/go/wirelessprinting
    C.      Confirm that both your printer and router have up-to-date firmware:
    Having up-to-date firmware on your printer or router is important to use web services.  
    Check to ensure you have the latest firmware (FW) for your printer by checking for product updates, usually found under the “Web” or “Preferences” options on your printer’s menu.  If your printer finds an update but is unable to complete downloading/installing it, ensure your router FW is up to date and try again.  If your printer continues to fail to complete the download of an available FW update, continue to “E. Set a Manual IP/DNS Server” below.
    Check to ensure that you have the latest firmware for your router – review your router documentation/help (or the router manufacturer’s web site) for information on how to check for and install firmware updates.  
    Resolve temporary connection failure after printer firmware upgrade    
    Some printers may experience connection failure after firmware upgrade.  This is because the printer reboots itself after firmware updates and needs to re-establish network connection.   
    Check to ensure the printer has been given a valid local IP by your router (eg. 192.168.x.x if DHCP is used) before trying to access print apps or using ePrint.   You can see your printer’s IP address by going to the printer’s Wireless or Network setup menu.
    If you don’t see an IP, you may have to restart the printer.  In some cases, you may have to remove and re-enable web services to re-establish your connection.
    Refer to the FAQ & Help section on HP ePrintCenter for more information on how to remove and re-enable web services from your printer.
     Allow your printer enough time to reconnect to your network after you try any of the steps above, before you try ePrint or Print Apps again. 
    D.     Remove and Re-enable Web Services and Restore Factory Defaults
    Remove and then re-enable web services on your printer.  If the web services info sheet does not automatically print within a few minutes of re-enabling web services, web services has not been fully enabled on your printer.   You may need to wait and remove and re-enable web services again in few hours to allow the issues affecting your printer’s communication with the cloud servers to clear up.  Until a web services info sheet prints out your web services registration is not complete.   Complete the steps below while your printer is connected to the Internet.
    Photosmart:  The Remove Web Services option is available either under the Setup>Wireless>Web Services menu option, or the Setup>Web option, or via the ePrint icon on the printer front panel. 
    On the eStation select the Menu button on the eStation display (to the right of the Home and Back buttons at the top left when the display is docked on the printer); Select Settings;  Select "Web Services”; Select the “Web Services” checkbox. 
    Officejet:  Use Setup > Web Services Setup > Restore Factory Settings to remove Web Services from the printer. 
    LaserJet: Print a configuration page from your printer to locate the IP address. Open a Web browser and type the product IP address into the address line. The HP-embedded Web Server will open. Click the HP Web Services tab. Select the option to remove Web Services.
    2.  Restore Factory Defaults on your device.  If removing and re-enabling web services does not resolve the problem, restore factory defaults on your printer and try again.  The factory default option is usually found in the Setup>Tools menu on your printer.   Do the following on your device:
    Remove/Disable Web Services 
    Restore factory defaults/settings (depending on the printer this is found under the Setup>Tools menu, or the Setup>Web Services menus, but varies by printer) 
    If prompted, re-do initial setup of your device and add it to your network
    Re-enable Web Services 
    Once the Web Services information sheet is printed, use the printer claiming code to add your printer to your account on ePrintCenter
    E.      Set a Manual IP/DNS Server settings on your printer
    Setting a manual IP address/DNS Server on your printer will resolve web services connectivity issues that can occur on some networks with some routers.  Note:  Setting a manual IP/DNS Server may be particularly helpful on networks using DSL/VIOS routers.   
    Please read the instructions below completely before applying them.  You should not attempt these on your own if you don't understand networking basics.  Most of us have a "techie" buddy/friend/family member...if you're not comfortable this might be a good time to call him/her, or contact HP support to assist you.  
    Before you begin, first remove Web Services from your printer if it has been enabled.  (See section D. 1. above.)   Removing web services will remove your printer from your HPePrintCenter.com account (if you have previously set up an account and added it).  When you re-enable web services after completing these steps you will have a new ePrint email address and need to add your printer to your ePC account again. 
    How to set a manual IP address/DNS Server on your web-connected printer:
    Print a Network Configuration Page from the printer front panel.  On some printers this will be under Wireless>Wireless Settings, and on other models use the “Print Report” option from the Wireless status screen accessed from the wireless icon on the printer home screen.   Note the printer's IP address that is listed in the IPv4 section of the report.  On most printers you can also see the printer’s IP address from the Wireless menu, or on the Wireless status screen.  
    Type that IP address into your browser address bar (where you would normally type a web page URL) and hit enter - this will load the printer's internal settings page (also known as an Embedded Web Server, or EWS)
    Select the “Network” or “Networking” tab (the label varies depending on printer model) from the tabs along the top of the screen in the EWS
    Depending on your printer model, the next step(s) will vary:
    Select the “IPv4” option from along the left side of the Networking screen   
    or
    Select the “Networking” option from the left side of the screen
    Then select the “Network Address (IP)” option from the left side of the screen
    The screen you end up on should be the “IP Address Configuration” screen.  That screen allows you to choose an Automatic or Manual (i.e., fixed) IP address for your printer, as well as Subnet Mask and Default Gateway values.   You will use this screen to set a Manual IP address and DNS Server for your printer.  
    To continue:
    Select the radio button next to “Manual IP”
    Select the “Suggest a Manual IP Address” option below the IP address fields.  The Manual IP address fields will automatically populate with suggested values after a few moments.
    Select the “Manual DNS Server” radio button in the DNS Address Configuration section 
    Enter the address just entered in the “Manual Default Gateway” into the “Manual Preferred DNS Server” field.  Leave the “Manual Alternate DNS Server” entry blank.
    Carefully double-check the values you entered to make sure they are all correct. 
    Click 'Apply'
    Save any open documents and close any web browsers on any computers
    Turn off the printer and unplug the router. 
    Plug in the router, wait for it to start up and for status lights to settle down (approximately a minute at least), then turn on the printer.
     After the printer has connected to your network, enable web services on your device, accept any firmware updates that may be offered, and add your printer to your account on HPePrintCenter. 
    In some cases you might need to add the printer to your computer’s Printer/My Printers folder again, after you set the new manual IP address.   If you have problems printing to your printer, simply use the option to add a printer, select the Networked printer type, and complete the add printer wizard.  You will not need to reinstall any printer software on your computer.  
    F.       Check for port/proxy issues  
    Note:  These issues are not commonly experienced, and primarily affect users in business environments. 
    ePrint and Print Apps require access to establish connections out to HP servers via ports 80, 443, 5222 and 5223.   Primarily in some business environments, network administrators may block devices initiating communication from within the firewall on some of these ports.  Please check with your network administrator or Internet Service Provider to make sure those ports are not blocked on your router/firewall for outward-bound communication initiated by your printer. 
    Important Note:  We are not suggesting that you set up port forwarding on your router to open these ports for connections initiated from outside your network to your printer.  That is not required and could be a security risk for your network. 
    2. In some business environments the local network which the printer is connected to may require a proxy setting to access the Internet.   Check with your IT Administrator or Internet Service Provider (ISP) for proxy setting if necessary.  Most ISP for home users do not require proxy configuration for Internet access.  (Note: HP web connect printers currently do not support secure proxy servers)  
    To set a proxy on an Officejet All-in-One, see this document:  http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02524629&cc=us&dlc=en&lc=en&jumpid=reg_R1002_US... 
    If the steps above have not resolved your ability to use ePrint/Print Apps, please submit a question in the here in this support forum, confirming you have completed this connectivity troubleshooting and identifying the error/problem you are experiencing.  Thank you.
    I am an HP employee.
    This question was solved.
    View Solution.

    eprint has to be the biggest boondoggle ever created. HP should be embarrased by their incompeetance - been two weeks and I have not been able to access the feature. Told a number of times (after LONG wait on phone) that there were problems with their servers and to try again in a day or so - very helpful and professional. Feel like I'm dealing with "Dogbert" customer support in Dilbert cartoon world. Can't log on using snapfish or any other means. I guess I just have to give up and recognize that HP just doesn't care - false advertising and promotion. No satisfaction.

  • I erase my mac book pro to factory setting and cannot re-install the software. I received a message saying my Apple ID has not yet used with the App store. Please review your account information. Could anyone help please. I need to re-install my os.

    I erase my mac book pro to factory setting and cannot re-install the software. I received a message saying my Apple ID has not yet used with the App store. Please review your account information. Could anyone help please. I need to re-install my os.

    Use Internet Recovery. You shouldn't need an AppleID. http://support.apple.com/kb/ht4718
    Internet Recovery will install the OS that shipped with the Mac. You can then upgrade to Mavericks if that was not it.
    Do you have an App Store account? Did you ever use it to install the OS?

  • I have just setup a new ipad and the first app I downloaded was ibook.  I pad says its installed but I can't find it.  any suggestions please?

    I have just setup a new ipad and first app I downloaded was ibook.  my ipad says its installed but I can't find it.  any suggestions please?

    For some reason this happens to some people.  The one thing that works is to reboot your iPad.  To reboot:  Press and hold BOTH the power and home buttons at the SAME time for at least 10 seconds (ignore the red slider) until the Apple Logo appears, then let go of both buttons and your iPad wil restart.  Once it's back up, I'm betting you'll see iBooks.

  • I cannot sign in.  "This Apple ID has not yet been used with the iTunes Store.  Please review your account information."  I click "Review", next message "You must turn on cookies to continue.   Cookies must be enabled if you want to create or edit.. etc."

    I applied and received an upgrade code to Redeem Mountain Lion for my new MBP. 
    I get this message when I try to Sign in to the App Store after entering the redemption content code, and also if I just try to "Sign In".   The first part of the error is true - I haven't used the AppleID with the iTunes store.  
    I received the upgrade code using this same AppleID, so I don't think I can use a different AppleID.
    I also tried to re-create this appleID...(it was one suggestion I saw for this issue) It doesn't let me since the ID already exists...
    The error is:
    "This Apple ID has not yet been used with the iTunes Store.  Please review your account information."  I click "Review", next message "You must turn on cookies to continue.   Cookies must be enabled if you want to create or edit.. etc." 
    It's clearly not a cookie issue..   Stuck...

    The first part of the error is true - I haven't used the AppleID with the iTunes store. 
    Try here >  Using an existing Apple ID with the iTunes Store and Mac App Store
    received the upgrade code using this same AppleID, so I don't think I can use a different AppleID.
    Correct.
    It's clearly not a cookie issue..
    As for cookies. Quit the App Store. Now open the Finder. From the Finder menu bar click Go > Go to Folder.
    Type this exactly as you see it here:   ~/Library/Cookies
    Click Go the move the   com.apple.appstore.plist   file from the Cookies folder to the Trash.
    Relaunch the App Store.

  • Trying to sign in to itunes store via windows xp...get to id and pwd and then it says "This Apple ID has not yet been used with the itunes store...please review acct. info"  Well how can I use it if you don't let me log in!?

    Tyring to sign in to iTunes store viz windows XP...I get to entering my ID and PWD and then the message pops up "This Apple ID has not yet been used with the iTunes store...please review acct. info."  HELP!  I have cleared DNS, checked proper date & time and deleted SC folder from programs like support suggested--all to no avail.

    The first part of the error is true - I haven't used the AppleID with the iTunes store. 
    Try here >  Using an existing Apple ID with the iTunes Store and Mac App Store
    received the upgrade code using this same AppleID, so I don't think I can use a different AppleID.
    Correct.
    It's clearly not a cookie issue..
    As for cookies. Quit the App Store. Now open the Finder. From the Finder menu bar click Go > Go to Folder.
    Type this exactly as you see it here:   ~/Library/Cookies
    Click Go the move the   com.apple.appstore.plist   file from the Cookies folder to the Trash.
    Relaunch the App Store.

  • Done with my first app, and i get this: ALC-WKS-007-040  :(

    Hi,
    Now i have (almost) finished my first livecylce app. Im using the VM appliance as server. I have followed the "...livecycle/9.0/createfirstapp.pdf"
    I get no errors from the validation report but from my workspace i get an ALC-WKS-007-040 error.
    I hope you can help me out. In advance THANKS!
    Yours sincerely
    - Rasmus
    From the livecycle/jboss-4.2.0/server/lc_mysql/server.log i have derrived following error (i dont suppose you need all 213 lines of code?):
    2011-04-19 18:38:01,395 INFO  [STDOUT] [LCDS][ERROR] Exception when invoking service 'remoting-service': flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service.  Please review the render orchestration for this process.
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = render
        parameters = [74CFFA19-B696-102C-A52A-00000A24C99B, 310, 0, ASObject(1654042849){acroClientType=, acrobatVersion=10}]
        clientId = CE2140C4-B02B-637F-3767-DB918C0935EF
        destination = task-actions
        messageId = 77007AC3-C23D-536C-BC8B-6F0E08D4A40B
        timestamp = 1303238281136
        timeToLive = 0
        body = null
        hdr(DSId) = CE20EE2B-AB1A-0ECA-9FD3-07F0C03B4844
        hdr(DSEndpoint) = workspace-polling-amf
      Exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service.  Please review the render orchestration for this process.
         at com.adobe.workspace.AssemblerUtility.createMessageException(AssemblerUtility.java:412)
         at com.adobe.workspace.tasks.TaskActions.render(TaskActions.java:800)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
         at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
         at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1406)
         at flex.messaging.AsyncMessageBroker.routeMessageToService(AsyncMessageBroker.java:571)
         at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1005)
         at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)
         at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
         at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
         at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
         at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:165)
         at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:293)
         at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:364)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.adobe.workspace.events.RemoteEventClientLifeCycle.doFilter(RemoteEventClientLifeCycle.java:152)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException: Error Invoking render Operation For (taskId, formId):(310 ,0).  Error Message is:
    java.lang.reflect.UndeclaredThrowableException: An unexpected exception while resolving a new connection to an Adobe Service.

    Update: I tried using the built in process and form. I still get the same error

  • I created an apple id online and not on itunes, my email said the apple id was successfully created but when i used it in itunes it said "This apple idhas not been used in itunes please review your account information "

    I created an apple id online and not on itunes, my email said the apple id was successfully created but when i used it in itunes it said "This apple idhas not been used in itunes please review your account information "

    Hi rixa03!
    I have a couple of troubleshooting steps for you to try to resolve this issue. First, you should try closing the app according to the instructions found on this website, which is a troubleshooting assistant for the iPad:
    Apple - Support - iPad - iPad Troubleshooting Assistant
    http://www.apple.com/support/ipad/assistant/ipad/#section_3
    If the issue persists, you may need to try resetting the iPad, the instructions for which can be found here:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • I can't write a review for an app in the App Store

    I cannot write a review for an app in the App Store. Every time I try, there's a message popping out saying " in order to write a customer review for this item, you must have purchased or downloaded it first". But I already downloaded the app. Please help.
    P.S The app was Mathletics.

    I have the same problem with 2 other apps from the same developer, in my case Restaurant Story and Fashion Story. No problems with other apps. That means something... TeamLava is the culprit.

  • Apple id has not been used with the itunes store-please review your account information

    Hello,
    Good Day.
    I bought apple ipad 2 and need help.
    I registered online and after this i am getting the error.
    apple id has not been used with the itunes store-please review your account information
    Can any one help me in this issue.
    Thanks&Regards,
    Shankar.M

    This is information you you have created an apple id.
    To use this apple id for the itunes store, you have to agree to the terms and conditions and enter in the requested information before you can use the store.
    When you create an apple id it does not mean you gain access to all apples features, you would need to create a :-
    Itunes id
    Facetime id
    Game centre id
    imessage id
    icloud id
    You can use the same email address as each login. but until you agree to each terms and conditions you wont be able to access the services.
    This is usually done the first time you access each service and sign in with your apple id.
    As to iTunes you need a little extra as they will request to confirm details as to address, etc, with the payment information they can confirm you are actually in that country you are trying to purchase from.
    Once you have added the credit card details, you can go back in a set payment method to none and remove the credit card details once you have activated the itunes on your apple id.
    Basically this message you are getting is just ADDING the feature of iTunes store to your apple id, and confirms you have not got a iTunes id yet.

  • Created my first app in app studio but can't upload in dev center

    Hello,
    I created my first app in Windows App Studio.I generated a publish package containing a zip file that contains an appxupload file.
    But when I try to upload it in the windows Phone dev center i can only upload XAP files??
    What am i doing wrong? Sorry, i'm new to this....

    I have all but given up on the android store, the mindset on there is to never pay for anything. "All apps should be free" is the general mentality of an android market user. At first I thought it was just the attitude of an android user but after having decent success on the Amazon App Store and great success on the NOOK store I just think its the market and the no review system, its hard to get noticed with all the junk apps floating around and all the users expecting everything to be free.
    As a side question to the original poster or anyone to whom this may pertain, why do people make quality, ad free apps? I dont get it, whats in it for them other than good vibes from the users? I understand free ad powered apps, and free lite apps but I can never figure out why people will use their talents and time to make an app thats totally free and has no ads? Anyone?

  • This account has not yet been used with itunes store.Please review your account information

    I get this message everytime I try to sync my iTunes to my iPhone "This account has not yet been used with itunes store.Please review your account information" When I originally bought apps I used my dads iTunes account, but my dad recently passed away and his accounts have (or should have) been closed. I just recently set up a new Apple I.D. and tried to use this, but that's when I get the message.
    iTunes authorization automatically defaults to my dads Apple I.D., so I enter my new I.D. and the message appears "This account has not yet been used with itunes store.Please review your account information".
    I'm frustrated, any ideas? I really don't have the money to pay Apple to fix this!
    Thanks

    I changed my dads password, then went back to sync my apps and when it came to the Authorization, I entered his account name and the new password (which was by the way accepted and changed correctly) to have it come up on the screen as the incorrect password...REALLY!!! I went back and changed the password again...guess what? Same result "inncorect password".
    As I mentioned my dad PASSED AWAY, there is no way I can ask him what his password originally was, i can't accesses his email account as it no longer exists.
    What am I supposed to do, this is very frustrating.
    If I use my new account that's in my name, the Authorization screen just keeps asking for my Dads account.

  • Can't post reviews for some apps in app store

    Hello
    Several times I've wanted to post a review for an app I own and have on my iPhone (there's an "Open" box in the app description), but when I get finished writing the review and try to post it I get a message saying that I must own it in order to post a review.
    I read somewhere that it only works to post reviews if you don't select the number of stars until after you try to post it, but I've tried this and it doesn't help.
    Other times I can post reviews with no problems (for other apps). 
    Any suggestions?
    Thanks!

    Please, can someone help me?
    I'm not the only one having this problem:
    http://forums.toucharcade.com/showthread.php?t=4670
    http://getsatisfaction.com/apple/topics/itunes_application_store_lying
    Unfortunately, no answers there.

  • Error: Ship to/Bill To Address is Invalid. Please review the Address Setup

    After Upgrading to 12.1.3, Orders are failing during Import/Scheduling with "Error: Ship to/Bill To Address is Invalid. Please review the Address Setup" whenever Tax Engine is called. And this is happening for only specific addresses (that are vaild). I will appreciate any experience/suggestion on this regard.
    Thanks,
    Dipanjan

    ---  Here's a skeleton structure of the PLSQL that you should use----
    l_location_rec          APPS.HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
    -----Use this to find a good address from existing TCA in Oracle, by passing only the zip code:
    SELECT hgi.identifier_value,hg.geography_element4_id
                       ,hg.geography_element1 country
                       ,hg.geography_element2 state
                       ,hg.geography_element3 county
                       ,hg.geography_element4 city
                       ,hg.geography_element5 postal_code
                 FROM apps.hz_geographies hg,apps.hz_geography_identifiers hgi
                WHERE hgi.geography_id  = hg.geography_element4_id
                  AND hg.geography_name = :pp_zip_code
                  AND hg.geography_type = 'POSTAL_CODE'
                  AND primary_flag='Y';
    -----The Update the Location
                 l_location_rec.CITY  := rec_get_geo_elements.city;
                 l_location_rec.COUNTY := rec_get_geo_elements.county;
                 l_location_rec.STATE := rec_get_geo_elements.state;
                   hz_location_v2pub.update_location (p_init_msg_list           => FND_API.G_TRUE,
                                           p_location_rec            => l_location_rec,
                                           p_object_version_number   => l_object_version_number,
                                           x_return_status           => l_return_status,
                                           x_msg_count               => l_msg_count,
                                           x_msg_data                => l_msg_data);

Maybe you are looking for

  • Are There Any Good Windows Store Apps For Managing AD Users?

    I'm thinking of buying the $79 HP Stream 7 tablets (1GB RAM 16GB storage) and using them as pocket computers to manage AD users while walking about. We could simply run Remote Desktop to access our workstations and use RSAT tools, but it would be nic

  • Files in "file view" but not in Explorer

    Hello all, I reorganized my Project repository on my harddisc. I created subfolders and moved some of my files into them. I used "Move on disc..." option in files view in the project explorer. In windowws explorer all looks fine now. But in files vie

  • PDFs no longer open in new explorer window...

    Hi, I have been using adobe acrobat 6 for a long time.  Up until last week, from a specific web site, I could click on  PDF links and open PDF's in a NEW explorer 8 window by simply clicking on it. Starting this past monday, they no longer open in a

  • HT4864 How do I set up iCloud manually to use it for e-mail?

    I see the IMAP and SMTP information, but do not know how to begin.

  • SAP BW or BO ? Which is better and why

    Hi, I dont know much about SAP BW so I am not able to compare which one is better. It would be great if someone could help me comparing these tools. Which one is better and why ? If a user is already using SAP BW and planning to start using SAP BO wh