How to create a magazine apps

Hi, I am new one here, I am working on a Magazine company, now we are palning to put our magazine on App Newsstant, any body can you help me how can i do this?
Thanks for advance.

I think you need to go ask your  question here
https://discussions.apple.com/community/developer_forums

Similar Messages

  • How to create iTune or App Store without credit card for my existing Apple ID without create new Apple ID or email?

    I got 2 Apple ID and the first time to I use it to iTune or App Store, a box will pop out and telling me this:
    "This Apple ID has not yet been used with the i Tunes Store. Please review your account information."
    Then, I click on the button, "Review". Bla bla... but ended up, I must provide a credit card in order to complete it.
    I do not have credit card, so I search 'How to create iTune or App Store without credit card', same link and same tactic only valid for New Apple ID.
    So, it seem no other option to create iTune or App Store without credit card for existing Apple ID, right?

    The same thing is happening to me!

  • How to create folder for apps?

    How do create anew folder to hold apps that are similar in nature?

    Just drag one app onto another to create the new folder.
    Please Get the iPad User Manual for iOS 5

  • How to create a web app list which is divided by months

    Hi,
    I'm trying to create a list of calendar events similar to the one on this site 2015 Event Schedule - g20.org but not as complicated, as I don't need any animation, just to list but have the months as section headers.
    I presume I can start of by creating a web app with the bespoke fields that I need, and it can be weighted by the date that I set within the app? The only thing that I'm not quite working out is how to get the months to display, would it be a matter of creating classifications for the months? That sounds as if it may become to over complicated.
    Thanks
    J-P

    Thanks Liam - I just checked out the Blog, for anyone else interested - http://www.businesscatalyst.com/_blog/BC_Blog/post/January_2013_System_Update_-_Fresh_UI_i mprovements,_Web_App_enhancements_and_more/
    "Render Web App items inside a sub-folder, such as /folder/subfolder/webapp-name. For example, you could have /blog/authors/bogdan (where Bogdan is the Web App item name)"

  • How to create Universal Mobile App in XCode 4.6.2?

    I am new to Xcode, when I create Universal Mobile App project creating with out IPhone & IPad Folder and it's related files in XCode 4.6.2Version.
    Even I created IPhone folder and created the Application Under IOS->UserInterface it's only creating .xib file it's not creating it's related .h and .m files.
    Can you tell me how can I create the Universal Project. or If I want to add .h & .m files how can I add?
    I don't want to Upgrade XCode version. I want create XCode 4.6.2 Only.
    thanks

    As already provided:
    Wrong forum. You need to post this in the iOS Developer's forum.

  • How to create a simple app using the MVC approach?

    Hello gurus i'm trying to learn the SAPUI5 and i'm trying to create a simple app using the MVC i created the app and trying to add a lable to the view but there is nothing appear when i run it the code for the HTML page
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
      <script>
      sap.ui.localResources("mytestapp");
      var view = sap.ui.view({id:"idshell1", viewName:"mytestapp.shell", type:sap.ui.core.mvc.ViewType.JS});
      view.placeAt("content");
      </script>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    the code for the view
    sap.ui.jsview("mytestapp.shell", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf mytestapp.shell
      getControllerName : function() {
      return "mytestapp.shell";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf mytestapp.shell
      createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      oLabel.placeAt("content");
    i dont know what is wrong or if i should use a container to display my controls
    any help will be appreciated
    thanks in advance

    Hi,
    Instead of   oLabel.placeAt("content"); use return oLabel;
    so it will as below,
    createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      return oLable;
    Regards,
    Chandra

  • How to create a new app using existing Dev & Dist certificates

    Okay, I have already created one app that has been approved by Apple. Now we're ready to create a second app and we're trying to create the .p12 certificates using the existing Apple Dev and Dist Certificates. For some reason we can not get the .p12 certificates for the new app to link up with the existing Apple Dev and Dist certificates. I don't understand what I'm missing. Any help would be appreciated. Thanks!

    You must have 2 folders with the following :
    Dev:
    aps developer identify.CER
    CertificateSigningRequest.certSigningReq
    Certificats.P12 (already created for your previous app)
    Certificats Push Dev.P12
    Mobile Provision
    Distri
    aps prodution identify.CER
    CertificateSigningRequest.certSigningReq
    Certificats distri.P12 (already created for your previous app)
    Certificats Push Prod/distri.P12
    Mobile Provision
    Try, you will know quickly if you havent do it well

  • How to create a "cart" app

    Alright, I am not an amazing programmer but I have some basics on how to use Xcode (I know how to open it and how to build an app but don't know Objectives-C) and I have a developper account.
    And I would really like to create an application which sales my products. The best thing I found so far was "mobi-cart" but I would like to be able to program it myself, so I can change whatever I want and don't need to pay a third party.
    Does anyone know of a tutorial or anything similar to mobi-cart which is free?
    Important to know: I can learn fast but I am also lasy...

    I feel very lonelly in here...
    Does anyone have any ideas?
    Ok, I give 5 points to the first person answering me... at least I won't be so lonelly anymore

  • How to create a chat app in flex

    I don't really know how chat apps work... how can you connect
    two computers directly?
    Or is it that chat messages are stored and retrieved from
    database?

    Check out this link:
    http://coenraets.org/blog/2006/10/building-collaborative-applications-with-flex-data-servi ces-and-flash-media-server/
    Tracy

  • Rel 12 - How to create a new APPS connection from custom Java/Shell Script

    Hi,
    I am looking to write a custom JAVA code / Shell Script which needs to establish a connection to execute a PL/SQL API on Rel 12 db.
    The challenge is to be able to connect without specifying APPS Password anywhere (just like Oracle Apps does it).
    This Shell script / Java code is not called from within Apps hence I need to establish a brand new connection along the lines of using ....
    WebAppsContext ctx = new WebAppsContext(System.getProperty("JTFDBCFILE"));
    OracleConnection conn = (OracleConnection)ctx.getJDBCConnection();
    like in 11i world or possibly using APPLSYSPUB username
    I need help / direction in how to do this in a Rel 12 env. I understnad there are lot of architecture changes and if someone can provide a generic code snipped it will be great.
    I need to keep this as closely aligned to Rel 12 coding and security standards as possible.
    This code will reside in $XXCUSTOM_TOP/bin file or under XXCUSTOM.oracle.apps.java....... if its Java.
    Pls help.
    Cheers
    -- VK.

    Hi,
    Have you looked at Oracle produced dbc file and its contents? That might help. It is under $FND_TOP/secure. It uses GWYUID=APPLSYSPUB/PUB. I am hoping that the APPS_JDBC_URL would help too.
    Regards,

  • How to Create Smartphone Mobiliser Apps ?

    Hi experts,
                  I am new to Mobiliser Platform, I want to Know end to end process of Building Smartphone Mobiliser application in Mobiliser 5.1 SP03 platform ,
    Can any one help me out by sharing your knowledge ....
    Here I have Mobiliser Services with Licence , But I Don't know the end to end work flow and process please help me out.
    Thanks & Regards,
    Vamsi K.

    Just drag one app onto another to create the new folder.
    Please Get the iPad User Manual for iOS 5

  • Can anyone show me how to create a scheduled app to run

    hi
    i have a application that needs to be run at certain time daily. i was wondering if anyone here can show me how to do that? thanks

    thanks, i have never used either to run java app. however i had used window's schedule task to run other window programs before. is there any sample to use both to run java prgram? thanks

  • How to create Ticket Booking Functionality in SharePoint 2013 App?

    We have created a Ticket Booking site in Asp.Net.
    In that in Ticket Booking page user can book the ticket and the booked seats will be stored in the database. If there are any booked seats it will be disabled for the user and from other user can book tickets.
    Took reference from this site:
    http://techbrij.com/online-ticket-booking-system-asp-net-sql-server
    Now I want to do same functionality using SharePoint 2013 App Part with SharePoint Hosted App.
    I don't know how to start
    Anybody having Idea.
    Thanks in Advance.

    Hi,
    According to your post, my understanding is that you want to create a Ticket Booking solution as SharePoint Hosted App.
    To build the similar solution in SharePoint, I would suggest you take a look at the links below about how to create ShrePoint Hosted App for a quick start:
    Create Host App:
    How to: Create a basic SharePoint-hosted app
    Create App Part:
    How to: Create app parts to install with your app for SharePoint
    Then for the data storage, here is a documentation will provide more information:
    App data storage:
    Data storage options in apps for SharePoint
    For the responsive UI, HTML plus JavaScript would be OK.
    Feel free to reply if there are still any questions.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Make Flash Builder "Magazine" App. Appear in iOS 5 Newsstand?

    I know that the Digital Publishing Suite/Service (DPS) can create a "magazine" app that will appear in the iOS 5 Newsstand. I'm evaluating creating my own "magazine" app. using Flash Builder or Flash Pro. Any clues on how to do so? I can understand if this isn't supported, since publishers using the DPS is in Adobe's economic interest. However it would be cool if I could somehow use the "app. descriptor" file to configure an iOS app. exported from the Flash development to appear in the Newsstand.
    Thanks for any thoughts/opinions/answers!
    Ted

    Here's the solution:
    The problem did not exist on an installation of Flash Builder on a spare MacBookPro.
    On my main computer (the one with the Flash Builder issue) I uninstalled and reinstalled Flash Builder 4.5 (then updated to 4.5.1). Creating an iOS Mobile Application now creates the correct code.
    I have no idea why it was creating dodgy code.
    The only difference with the new Flash Builder install is that SourceMate 3.0 is not installed yet. Perhaps something had gone wrong in the Adobe Updater when going from 4.5 to 4.5.1, who know...all speculation...anyhow it works now!

  • How to create web project in JDeveloper 11

    Hi. I've downloaded the base Java edition of JDev 11 (the one that's 55 MB) and am wondering how to create a web app; didn't need the ADF stuff. I created a WEB-INF folder via Windows Explorer in the project's folder but the app doesn't recognize it. How do you create a web project in this edition of JDev 11's base Java edition? It also doesn't seem to be an option when you choose New. Thanks.

    Web Project is an option in the Studio edition, not in the Java edition.

Maybe you are looking for

  • How do I delete a Time Machine back-up from my trash?

    I use an external hard disc for my Time Machine back-ups. In order to make some room on the external hard disc for some other files I wanted to store while I reformatted their original disc, I moved the Time Machine bach-ups into my iMac Trash. Now w

  • Using a QWERTY and an AZERTY keyboard at the same time

    Hello. Is it possible to use a QWERTY keyboard and an AZERTY one without having to change the layout in the settings each time I want to type with the other keyboard? Thanks.

  • Smart form printing issue with LOCL printer and SAP printer

    Hi, The issues are as follows: 1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL) 2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when u

  • Question pertaining to firewire 400 vs. 800

    I am currently in the process of learning the Mac world. I have been using my wife's iBook for sometime and am waiting for things to work out for a new MacBook. So as I embark on my switch over from the Dark-side to Mac I was wondering, if firewire 8

  • Is this true? AT&T is interfering with Nexus unlocked phones updates?

    I don't currently own the Nexus 6, but this is unacceptable if true, is AT&T really blocking updates for unlocked Nexus 6 phones? Source:http://www.androidpolice.com/2015/01/21/psa-if-your-nexus-6-has-an-att-sim-card-your-android-updates-are-being-wi