Creating an App ID Description

I am in the process of registering my first app.   The developer site is asking for an App ID Description.  Is this the name that I plan for the App or is it something else?  If it's something else, how should I name it?
Thanks,
Chuck

Thanks  K T.
I appreciate your reply.  It makes sense to me now.
Best regards,
Chuck

Similar Messages

  • How do I create an app inventory

    Unfortunately, I am an app addict and I have too many apps. I love the features recently implemented to see the apps purchased.  I want to be able to create an app inventory or database.
    I have checked out the apps that say they are for keeping track of the apps, but they don't do what I need/want to do.
    I want to:
    keep track of the apps I have purchased;
    keep track of the date purchased,
    the price
    description
    support sites/app author
    comments or notes for my review of the app or comments on it.
    It would be nice if I could have this on my ipod touch or ipad 2, but even being able to create an Excel sheet or a database would be nice. (My laptop is a Windows 7 machine with Office 2010)
    Does anyone have any ideas about how I can accomplish this without driving myself insane?  So far, I have been copying the descriptions to a folder in Evernote... but I have to use the descriptions here:  http://itunes.apple.com/us/genre/ios/id36?mt=8 , which I copy and paste into a note. I could put them directly into an Access database too...

    I sure wish I knew how to create an app!  I don't even know where to start! LOL  I did send it in as a suggestion to a developer, but they said it wasn't worth them working on.  I sure think it would be. I can't be the only nerd out there who likes to keep track of things! LOL

  • [svn] 762: -update the 3.0 branch to use build. properties to create the flex-sdk-description.xml

    Revision: 762
    Author: [email protected]
    Date: 2008-03-10 07:44:49 -0700 (Mon, 10 Mar 2008)
    Log Message:
    -update the 3.0 branch to use build.properties to create the flex-sdk-description.xml
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties
    flex/sdk/branches/3.0.x/build.xml
    Added Paths:
    flex/sdk/branches/3.0.x/collateral/en_US/flex-sdk-description.xml

    By the way, simply adding the quotes around the lexical names in the sql statement doesn't work. That causes the lexical references to be ignored as simple string values:
    SELECT
       '&FLEX_GL_BALANCING_APROMPT' alias_gl_balancing_aprompt
      ,'&FLEX_GL_ACCOUNT_LPROMPT'   alias_gl_account_lprompt
      ,'&ACCT_BAL_LPROMPT'          alias_acct_bal_lprompt
    FROM dualI turned on statement-level debugging via xdodebug.cfg and saw how it compiled the lexicals. By replicating the call to apps.fnd_flex_xml_publisher_apis.kff_segments_metadata that I found there, I was able to hack together a workaround for this issue.
    Please point me to a better way of doing this if possible, as I had to GRANT EXECUTE on this apps package to my custom code schema. Is there a better lexical/flexfields reference than the XML Publisher documentation?
    Here is the call I made in my before-report trigger:
    --set ACCT_BAL_LPROMPT flexfield segment metadata lexical
    begin
    apps.fnd_flex_xml_publisher_apis.kff_segments_metadata(
      'FLEX_ACCT_BAL_LPROMPT',
      'SQLGL',
      'GL#',
      101,
      'GL_BALANCING',
      'Y',
      'LEFT_PROMPT',
      c_FLEX_ACCT_BAL_LPROMPT
    end;

  • Unable to create web app with PowerShell - An update conflict has occurred

    I am trying to create a new Web Application using PowerShell. I need to use PowerShell because I need to create the Web App using classic authentication and not Claims authentication. the first time I created the Web App, everything went great. Ever since
    the first time, I get an error and the web app creation does not complete. Just as an FYI, I can create a new Web App using Central Admin, but that creates it with Claims authentication which I cannot use.
    Here is my PowerShell script
    New-SPWebApplication -Name "SharePoint2013 (82)" -ApplicationPool "SharePoint2013-82" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Get-SPManagedAccount "GLOBAL\SP_AppPool") -Port 82 -URL "http://sharepoint2013"
    Here is the error I get in PowerShell
    New-SPWebApplication : An update conflict has occurred, and you must re-try this action. The object SPWebApplication
    Name=SharePoint2013 (82) was updated by DOMAIN\SP_Administrator, in the powershell (13020) process, on machine SPWEB01.
     View the tracing log for more information about the conflict.
    At line:1 char:1
    + New-SPWebApplication -Name "SharePoint2013 (82)" -ApplicationPool "SharePoint201 ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...PWebApplication:SPCmdletNewSPWebApplication) [New-SPWebA
       pplication], SPUpdatedConcurrencyException
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPWebApplicationUnknown SQL Exception 547 occurred. Additional error information from SQL Server is included below.
    The DELETE statement conflicted with the REFERENCE constraint "FK_Dependencies1_Objects". The conflict occurred in database "SP_Config", table "dbo.Dependencies", column 'ObjectId'.
    The statement has been terminated.
    I also get  this error from the trace
    Unknown SQL Exception 547 occurred. Additional error information from SQL Server is included below.
    The DELETE statement conflicted with the REFERENCE constraint "FK_Dependencies1_Objects". The conflict occurred in database "SP_Config", table "dbo.Dependencies", column 'ObjectId'.
    The statement has been terminated.
    I have tried to resolve the issue by performing the following:
    Delete the partially created web app using Central Admin or PowerShell
    Clear the file system cache on all servers in the farm (Stopping wss timer job, Saving Copy of the
    cache.ini file from C:\Documents and Settings\All Users\application data\Microsoft\SharePoint\Config folder. Clearing all the .xml files from the location except cache.ini but Edit the cache.ini to have value 1. Starting the timer job)
    Use Products Configuration Wizard (no detach, just 'upgrade') - People have said to select the option to disconnect the server from server farm and revert back again at next step (so you actually do not disconnect), but there is no next step that I have
    encountered. You select 'disconnect', hit next, and the server disconnects.
    Restart all the servers in the farm
    Run the PowerShell script again...still get the same error
    I have tried it on multiple servers in the farm too.

    Hi Michael,
    I found a similar thread for you reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9ccef7bf-87a9-4849-b086-4db2d898f1d7/cannot-create-new-web-application-wss-30?forum=sharepointadminlegacy 
    If it doesn’t work, sometimes the issue might be caused by long time keep powershell opening and generating some cache files. So please try re-opening the powershell and test the issue again.
    http://blogs.msdn.com/b/ronalg/archive/2011/06/24/mount-spcontentdatabase-errors-on-2nd-and-subsequent-attempts-of-same-database.aspx?Redirected=true 
    http://www.oakwoodinsights.com/sharepoint-powershell-surprise/
    In addition, here is an article which explains the possible reason of the SQL error:
    http://technet.microsoft.com/en-us/library/ee513056(v=office.14).aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Unable to create web app items if Proximity Search is Enabled.

    I am using BC API to create web app items because I am getting the data from a third party website and wanted to save the data into web app by using BC API. I have a web app ( Name: "Map Overview" ) and the proximity search is enabled. When I test my script I got 404 bad request error but if I disabled the Proximity Search the item is created.
    Can someone help me on this?
    Thanks

    Let me know the page you are running the API call on, I'll have a look and see what gives.
    Thanks,
    Mihai

  • How can I create a host name site collection when I have a 443 web application already created for App model?

    Hi all,
    I have a 2013 farm set up with the App model
    1 web application for path based site collection using host name
    1 web application with SSL (no host name)
    1 web application for mysite
    My business request is that  I need to migrate SSL enabled 2007 content to this farm and use host name site collections.  I tried to create one more web application for this without any luck (the 443 IIS folder is already used by another web application). 
    I thought I bind the previous 443 web application with another IP address should be fine.  Seems like the IIS site is taken (https://server name:443) so it will not let me create one more.  How can I solve this problem so I can create the web application
    to host those host name site collections?  Any suggestion is greatly appreciated.
    Thanks in advance.
    Sally

    Hi Trevor,
    Thanks again for your quick reply.  I try the option 2 right after your post.  I use my front end server name for public URL (https://WFEName:443) and it fails again.  The error message is:
    The directory C:\inetpub\wwwroot\wss\VirtualDirectories\443 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
    After reading more, I saw mix Hosted Name Site collection and Path-based site collection aren't recommended.  Unfortunately I already have Path-based site collection created with App model web application
    (the web application without host name) in my farm.  In my Option 2, that web application without host name is used for App routing.  This takes the root folder 443 which will not allow any other web application to use the same name again. 
    Does that mean we can't create Host Named Site collection in the same farm?  Is there any configuration I need to check?
    Thanks again.
    Sally

  • How do I create an app from my Adobe pdf forms to use on any mobile device as well as windows and ios?

    How do I create an app from my Adobe pdf forms to use on any mobile device as well as windows and ios? I have all the apps in Creative Cloud by the way.

    If you already purchased it with the same Apple ID, then you will not be re-charged.

  • How to delete duplicate reports in Discoverer created by APPS?

    I am a functional anyalst and new to Discoverer.  I have created several reports in Disco Plus and some how users are seeing duplicate reports, one under my name and two under APPS.  I'm not sure how this happened.  I suspect it may have happened when copying the EUL's related to the reports.  The EUL's are all owned by APPS. I can not delete the reports since I'm not the owner.  I've asked our DBA to search for the reports but he was not able to find them.  How can we find these reports created by APPS and delete them?  Thanks for any help. 

    Hi ,
    RSZDELETE tcode is used to delete the query as well as work book also.
    when you are deleting the query it will ask for work book also.
    Thanks & Regards,
    Ramnaresh . P.

  • How to find files created by Apps in iTunes 11.1.4.62?

    Unable to find a way to view and manipulate files created by Apps. with 11.1.4.62.
    Also missing is the display of the screens in devices containing app icons which can be repositioned.
    Have these features been purposely removed from 11.1.4.62 ?  Do I need to reinstall the previous version to get them back?

    I think you're asking how to update your apps on iTunes on your computer.
    The screen from which you update looks like this:
    To get there, go to "Apps" as shown in the upper left, then click "Updates" in the top center.  All available updates will be displayed.  If there are none displayed, click "Check for Updates" in the lower right.  If some are in fact available, that button will change and say "Update all".

  • Error while creating new app service plan for a webapp

    Greetings !
    I have a new webapp created and I want to move it a separate web app service plan to apply custom domain (Not available on free tier). From the new Portal I try to create new Web App Service plan and get this error.
    "Failed to create App Service plan.
    Failed to create App Service plan <App Service Plan Name>. There was an error processing your request. Please try again in a few moments."
    Even while creation of the web app if I select create new App Service Plan it automatically goes into Free Plan.
    Please help.
    Thanks Paz

    Hello Parvez Alam,
    The issue of not being able to create a new App Service Plan is now fixed. I tried to reproduce this and was able to create the App Service Plan Successfully.
    You should now be able to create the App Service Plan from the New portal. Also, the App Service Plan concept is only availaible in the new portal and not the existing portal.
    You can refer to the link below for more information on this:
    http://azure.microsoft.com/en-in/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
    Thanks,
    Syed Irfan Hussain

  • App update descriptions no longer showing in iTunes 12.0.1

    Greetings,
    Since updating to Yosemite and iTunes 12.0.1.26, the app update descriptions do not show.
    Any app screen would look like this:
    Main file info is readable, but no text about the update.
    Others having the same issue?

    Same here - since updating to Yosemite (with iTunes 12.0.1.26).  I'm surprised it hasn't gotten patched yet.  I guess they're bundling several fixes before pushing out the first update to Yosemite.

  • HT204266 how do I create an app?

    I want to create an app, so where do I get started?

    You need an application for Mac OS X Lion called Xcode. You simply install it on the Mac App Store.
    I hope this helps.

  • HT2534 how do i create an app

    how do I create an app? I have a buddy who is in a band and they have an app for android users only, I was wondering how I would go about creating one for iphone, ipod, & ipad users.

    No, Epicness does not have to email Apple developer relations. S/he just needs to get Xcode to begin development, then sign up for the iOS Developer Program to complete the process and be able to distribute the app through the iTunes Store.
    Epicness, start here:
    https://developer.apple.com/programs/ios/
    Regards.

  • How do I create an app?

    Where can I find information about creating mobile apps?

    Try these links:
    http://mobile.conduit.com/
    http://www.practicalecommerce.com/articles/2573-17-Solutions-to-Build-Your-Own-M obile-App
    http://sixrevisions.com/web-applications/building-mobile-web-apps-the-right-way- tips-and-techniques/

  • How Do I create an app??? NEED HELP

    I need to know how to start the process for creating an APP for apple and andriod. I have an andriod but i do have apple products as well., need advice ASAP. thank you.

    https://developer.apple.com/devcenter/ios/index.action
    https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphone10 1/Articles/00_Introduction.html
    Some additional resources:
    http://www.raywenderlich.com/tutorials
    http://www.hongkiat.com/blog/ios-development-guide-part1/
    http://www.codeproject.com/Articles/88929/Getting-Started-with-iPhone-and-iOS-De velopment
    There are many additional sites on the web which you find by searching for "iOS development". For Android development advice you'll need to look to an Android-related forum.
    Regards.

Maybe you are looking for

  • Seobook/rank checker plug in no longer working with update to FF 5

    I have a number of plug ins that worked prior to my update to FF5, I have uninstalled the update, installed v 3.6.18, thinking it would help, and it didn't. I'm not sure what to do. I've uninstalled, reinstalled, etc. They worked before I installed t

  • IPhoto 6.0.0 update error

    I am using iPhoto 6.0.1 and am trying to update to 6.0.4. on my G5 iMac 160G. A message in the update window says: " The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed by "Appl

  • Missleading error message for master-detail page

    Hi, I have created a master-detail form/page with the wizard. In my example DEPT is master and EMP is detail. 1) run the page and change the value of ACCOUNTING to ACCOUNTINGX and also the salary of KING to 8000 2) Press the "save" button in the Emp

  • Key figure in Master data

    Hello I have a key figure defined in the master data info object. Now the values of the key figure are not getting updated in the info object after running the DTP.any suggestions as to why this could be happening. One thing i noticed is that the len

  • [solved] libusb couldn't open USB device /dev/bus/usb/003/010:

    I have a working udev rule for my android phones that suddenly doesn' work, I think this happend after upgrading the udev package today... Is there something I need to do to make my rule work with the new version of udev, or is there something else I