Rejection of kiosk - no mechanism registration?

Hello

We just had a newsstand rejected app, with the message:

We found that your application has a free subscription associated with, however, it does not include a mechanism for the user to sign up for the free subscription.

Specifically, the user simply typed on a magazine and was able to download it.

Anyone know what triggers this rejection? What we have done (and it's memory, I do not have the details with me now is the following:)

1 iTunes Connect-> manage applications-> our app-> Manage in-app purchases-> View or generate-> shared secret account it pasted in the field connect a shared iTunes of the DPS Secret used to create folios

2 iTunes Connect-> manage applications-> our app-> Manage in-app purchases-> free subscription of creation


3 iTunes Connect-> manage applications-> our app-> Enabled kiosk


4 DPS App Builder-> Selected 'Multi Folio with iTunes subscription '

5 DPS App Builder-> subscription added tiles

6 DPS App Builder-> subscription products-> free

Then this bit I'm not 100% sure that I understand, but...

7. I think that at this stage the input field for the subscription under a displlay list to a conditions of simple text style. In the present, I believe that we have entered in the Apple, since iTunes Connect, as the details of the subscription - ID a number. This was our mistake, I think that maybe he should have been the com.ourcompany.ourapp... ID associated with the free membership, is that correct? Which can trigger her we received the rejection message?

Thank you



Toby

Yes, you understood the problem (#7). You must specify the product ID for free subscription, you created in iTunes Connect. It must be in the format com.mycompany.myapp.free, not a digital format. Check the ID of product in iTunes Connect, specify that when editing the app in App Builder DPS and resubmit the application. This should solve the problem.

Tags: Digital Publishing Suite

Similar Questions

  • PeopleSoft 9.2 PTools 8.53.02 devices (April, 2013): questions

    Hello

    Don't know if this forum is still monitored by the Oracle team and if it remains just to post in the ovule. In any case, I posted the same on my blog here, but I hope this will help others to put it here.
    I had some problems with the latest devices of Peoplesoft (for VirtualBox):
    1. in/etc/selinux/config, SELINUX is not defined, it raises a lot of mistakes, to work around, I put it in "" disabled "".
    2. the definition of report on FSCM92 node is undefined (I'm surprised because it is set to HCM92), have to do it manually
    3. several Samba error like 'cannot connect to CUPS server localhost:631 - Connection refused", I added the"printing = bsd"line in the file /etc/samba/smb.conf to work around
    4 when I started two of the devices, the Samba triggers another error like "register_name_response: server IP 192.168.1.20 rejected our VBOX < 20 name registration > IP 192.168.1.21 with error code 6, it's because the"netbios name"is the same on devices, change to something unique this problem (read file).
    5. the FSCM92, the application does not start at the start of the server, to make it right, I did:
    {code} [root@fscm92000 ~] # cd /etc/init.d
    [root@fscm92000 init.d] # ln s/opt/oracle/TFTP/vm/appbatch-start.
    [root@fscm92000 init.d] # cd... RC3.d
    [root@fscm92000 rc3.d] # ln - s... /init.d/appbatch-Start S98appbatch-beginning
    [root@fscm92000 rc3.d] # cd... RC5.d
    [root@fscm92000 rc5.d] # ln - s... /init.d/appbatch-Start S98appbatch-start {code}

    Hope that helps others and hope to have this problem on the next version.
    Feel free to add questions that you can see and workaround if any.

    Thank you

    Nicolas.

    Hi Nic,

    The questions you saw with our demo devices are addressed and will be corrected in the next update of these devices.

    Thank you

    -Sheshi

  • Registration of the Client Push BlackBerry rejected by the server

    Hi all

    Successfully, I registered for the blackberry push service assessment and received the appropriate credentials.

    However, whenever I try to save my client push service, I have developed with the help of a real device, I get a "rejected by Server error."

    I've only got my credentials 5 days ago, so I don't think that it has expired.

    I use a blackberry 9700 OS 6 to test this.

    The Client I wrote is a variant of the client Push service example.

    Here is the registration code.

    public void register() throws Exception {
            ApplicationDescriptor ad = ApplicationDescriptor.currentApplicationDescriptor();
            //byte serverType = PushApplicationDescriptor.SERVER_TYPE_BPAS;
            PushApplicationDescriptor pad = new PushApplicationDescriptor( PushConfig.APP_ID, PushConfig.PORT,
                    PushConfig.REG_URL, PushApplicationDescriptor.SERVER_TYPE_BPAS, ad );
            // check whether already registered or registration pending
            PushApplicationStatus pushApplicationStatus = PushApplicationRegistry.getStatus( pad );
            byte pasStatus = pushApplicationStatus.getStatus();
            System.out.println("Starting Registration");
            if( pasStatus == PushApplicationStatus.STATUS_ACTIVE ) {
                Subscriber subscriber = new Subscriber();
                subscriber.subscribe();//register again but don't block.
                System.out.println("successful registration");
                return;
    
            } else if( pasStatus == PushApplicationStatus.STATUS_PENDING ) {
                // we already scheduled registration, wait for its result
                print("Registration pending");
            } else {
                // not registered yet, register
                System.out.println("not registered yet");
                PushApplicationRegistry.registerApplication( pad );
            }
            parseRegistrationResult();
        }
    

    In the onStatusChange(), I have this:

    public void onStatusChange(PushApplicationStatus pushAppStatus) {
            byte bpsStatus = pushAppStatus.getStatus();
            byte regReason = pushAppStatus.getReason();
            String error = pushAppStatus.getError();
    
            boolean simChanged = false;
            _regStatus = bpsStatus;
    
            switch( bpsStatus ) {
                case PushApplicationStatus.STATUS_ACTIVE:
                    Subscriber subscriber = new Subscriber();
                    String result = "";
    
                    subscriber.subscribe(); //initiate subscription
                    result = subscriber.getResult();
                    print("result is "+ result);
                    if(result == "s") {
                        print("Whoop!")
                    } else {
                        print("we failed");
                    }
                    break;
                case PushApplicationStatus.STATUS_FAILED:
                    print("registration failed");
                    displayMessage("registration failed");
                case PushApplicationStatus.STATUS_NOT_REGISTERED:
                    switch( regReason ) {
                        case PushApplicationStatus.REASON_SIM_CHANGE:
                            simChanged = true;
                            break;
                        case PushApplicationStatus.REASON_REJECTED_BY_SERVER:
                            print("Rejected By server");
                            displayMessage("Rejected by server " + error);
                            break;
                        case PushApplicationStatus.REASON_NETWORK_ERROR:
                            print("network error");
                            displayMessage("Network error");
                        case PushApplicationStatus.REASON_INVALID_PARAMETERS:
                            // registration failed
                            break;
                    }
                    break;
                case PushApplicationStatus.STATUS_PENDING:
                    print("still pending");
                    displayMessage("still pending");
                    break;
            }
    
        }
    

    Please, what am I doing wrong?

    is it possible that the server eval is evil?

    Problems solved now

  • Push BlackBerry &gt; BPA rejected registration rc10002

    Hi all

    I got the details of registration (id application etc.) BB a few days ago, but now when I'm trying to register for push services, BPA has rejected registration with code 10002.

    Why this is happening?

    Expiration date of my app is far away and I did the work to push more early to anthor app and in this application, it was working fine.

    Thanks in advance,

    There is a problem with the ID of the application that you are trying to record with.

    Here is the exact description for 10002 error code:

    The specified push application id is null or empty or if the required ID not found

    Matt

  • Endpoints registration rejected

    Hi all

    We have a VCS with X6.1 with profile and EX series registered, when I tried that an an iam new getting of registration and in the newspapers of VCS, I could see status rejected for SIP and H323. Reason: "not permitted by the policy".

    Existing end points that were registered before are always saved with H323, but not the SIP.

    IAM attaching snap error log.

    There is no configuration on the registration policy.

    H323 and SIP are on Active watch.

    "15 May 12:28:01 tvcs: event ="The requested record"Service ="SIP"Src - ip ="200.101.2.32"Src-port ="5061"Protocol ="TLS"AOR ="[email protected] / * /"Contact =" sip:[email protected]/ * /: 5061; transport\ = tls"duration ="60"Level = '1' elements UTCTime ="2012-05-15 08:28:01, 285"

    "15 May 12:28:01 tvcs: event ="Update record"rejected reason ="AOR is not authorized by the registration policy"Service ="SIP"Src - ip ="200.101.2.32"Src-port ="5061"Protocol ="TLS"AOR ="[email protected] / * /"Contact =" sip:[email protected]/ * /: 5061; transport\ = tls"duration ="60"Level = '1' elements UTCTime ="2012-05-15 08:28:01, 285"

    "15 May 12:27:58 tvcs: event ="Rejected registration"reason ="Not permitted by the policy"Service ="SIP"Src - ip ="200.101.70.11"Src-port ="5061"Protocol ="TLS"AOR ="[email protected] / * /"Contact =" sip:[email protected]/ * /: 5061; transport\ = tls"duration ="60"Level = '1' elements UTCTime ="2012-05-15 08:27:58, 897"

    "15 May 12:27:58 tvcs: event ="The requested record"Service ="SIP"Src - ip ="200.101.70.11"Src-port ="5061"Protocol ="TLS"AOR ="[email protected] / * /"Contact =" sip:[email protected]/ * /: 5061; transport\ = tls"duration ="60"Level = '1' elements UTCTime ="2012-05-15 08:27:58, 897"

    "15 May 12:27:58 tvcs: event ="Update record"rejected reason ="AOR is not authorized by the registration policy"Service ="SIP"Src - ip ="200.101.70.11"Src-port ="5061"Protocol ="TLS"AOR ="[email protected] / * /"Contact =" sip:[email protected]/ * /: 5061; transport\ = tls"duration ="60"Level = '1' elements UTCTime ="2012-05-15 08:27:58, 897

    No matter who came across this?

    So if [email protected] / * / is already registered on SIP, is the registration request for [email protected] / * / of

    200.101.2.32 from another point endpoint which currently holds this inscription?

    Is CPL/Admin Policy active on the VCS?

    Initially, you mentioned that no registration policy was in use, but can you please check that VCS Configuration > registration > Configuration > Restriction policy is set to "None"?

    -Andreas

  • App was rejected for the "missing rollback mechanism.

    I'm on my third conclusion with Apple for an multi-folio application. My second request has been approved, but it wouldn't let me add the app purchases. When I submitted the third time, it was rejected for "rollback mechanism missing."

    Screen Shot 2015-10-07 at 12.14.35 PM.png

    How can I fix this problem.

    Thank you!

    In my view, that he is an Enigma with app purchases. In order to get your app approved with App purchases you have approved in-app purchase article. If they don't approve the issue of the purchase it will not appear in the application; Therefore, the app will not display the option 'restore' in the settings drop-down list. If you don't have a restore option, you will not get approval. Also, if you have a restore option but no application to only purchases you can get rejected.

    You can contact technical support, they may have some tips here.

  • Rejected kiosk app?

    It is our first application using DPS, we have submitted to Apple for newsstand distribution. I got this feedback when the application was rejected. Any help would be much appreciated.

    2.24


    We found that your application is selected for the newsstand, but does not include content that is appropriate for the newsstand, as required by Annex 2 of the developer program license iOS. Respecting the conditions of annexes 1, 2 and 3 of the the developer program license agreement is required by the App Store Review Guidelines.


    Specifically, Appendix 2, Section 3.13 States,


    "License Applications that provide subscription services can be included in the Apple application kiosk on condition that, in addition to the requirements set out in paragraphs 3.8 et seq., you:

    …

    "- Check the content of the licensed Application is a periodical (e.g. newspaper or magazine).


    , It would be appropriate to disable the "kiosk" and then resubmit your app. You learn more about the management of the "kiosks" in the iTunes Connect Developer Guide.

    The guidelines are clear: kiosk is for periodicals. You will need to convince your content Apple is considered a periodical.

    Neil

  • FF 3.6.13 do not save the password or reject registration password prompt.

    I enter a user name and password when you connect to a web site account. I get the "do you want Firefox to remember the password to dethrone" with three options. I click to save the password for a website, but record calls to reject automatically and save the password. My past are remembered the saved passwords. I have password protect saved passwords.

    See http://kb.mozillazine.org/Password_Manager (troubleshooting)

    You can save your current passwords and to reimport them once you have (attempted) rename signons.sqlite and key3db in the Firefox profile folder to see if this saves work once again.

  • SX20 registration rejected

    Hello

    I m having a sx20 which registration is denied in CUCM, reset to factory default always CUCM has his old IP cached and does not not SX20 with the new IP address. I tried to delete SX20 in call manager and try to readd once again, but without success.

    Thank you

    Sounds interesting George?

     Jul 23 22:17:00 a8 appl: 229457.04 SipReg W: Outbound is enabled, but it was not supported all the way to the registrar. Stopping registrations. Jul 23 22:17:00 a8 appl: 229457.04 SipReg I: Sending deregister request for [email protected]/* */ to 172.24.50.1.

    See you soon

    Chris

  • 11g Cube showing no data with no registration rejected

    Hi David,

    Strangely one of my 11g cube is not today showing data because it shows all rejected records. However when I table of rejected records research I did find all the records. Do not know what is happening. When I want to peep on the MN questions of CUBE_BUILD_LOG and ran to the database in the AWM schema that the records are perfectly fine retruning. I even wonder query triggers during loading of Cube, but without any data? My Cube generation script has only LOAD and aggregate.
    According to maintain my dimensions given are fine looking but no data populated after Cube maintenance. My MV cut through all dimensions and cubes.

    I navigate to CUBE_OPERATION_LOG and not able to understand the content.

    Any advice?

    Thank you and best regards,
    DxP

    I noticed the next section of your XML.

    
    
    

    This suggests that you are trying to load the data into the cube at MONTHLY level, but your GROUP BY expression is clearly a DAY - PERIOD_DAY_WID. Is it just a name mismatch? (i.e. the MONTHLY level really means DAY?) I would check the cube AWM Mapping dialog box to ensure that you map to the level sheet of each dimension.

  • Just bought Photoshop C6 and the registration code is continually rejected.

    I just bought Photoshop C6 and cannot install it because the redemption code is rejected.

    Get in touch with support. Nobody here can deal with issues of serial number.

    Mylenium

  • The registration of the guarantee rejects my serial number (Toshiba Satellite U405)

    When I try to record a regular warranty, the website says that my series mobile num is not valid... I tried more than 10 times but nothing. I have Toshiba Satellite U405-S2856. No idea why this is happening and how can I register for the "do anything" guaranteed?

    Hello

    What site did you use to register the warranty?
    Have you tried the page of Europe from Toshiba?

    The fact is that your laptop has been designed and published for the Toshiba market we and you cannot put it on the page of Toshiba Europe.
    It will not work and the serial number would not be accepted.

  • Creating new email accounts but ONLY Inbox is displayed. Rsh, Snt, Tmplts, DRTS are not. Related: mail server rejects DFSP user even if I copy fm c/Panel

    E-mail server for domain uutupelo.org name is under my control with c/Panel. I added a new account with c/Panel with an appropriate password. The account displays correctly on c/wood. When I use T/bird 38.2.0 to add this new account, that account is found and the settings displayed, but when I PASTE the password in Tbird, the "password or username" is rejected.
    When the account appears in T/bird ONLY shows the Inbox (or sometimes up to 19 inboxes show although I have installed the new feature tested). I have no folder for sent, drafts, models or Trash. T/bird will not accept actions of "New folder" either for the new account.

    These files can only be generated when there is something to put in it. Did you send or delete all messages yet? Or registration as a project?

    You say that you are pasting a password. This means is not a trivially-memory string and uses, shall we say, the characters 'exotic '? E-mail protocols have a narrow idea of what is a valid character. Nonalphanumeric characters can not be accepted by e-mail (pop, imap, smtp) protocols, while being OK via the http protocol used in Web-based e-mail. This is why a password that works in a context cannot be good in another.

  • I have windows XP media center edition version 2002 microsoft and try to reinstall office XP Professional with Publisher Version 2002, following a fall, but am rejected as an invalid key.

    I have windows XP media center edition version 2002 microsoft and try to reinstall office XP Professional with Publisher Version 2002, following a fall, but am rejected as an invalid key. I checked the key with the customer service - they say that it is valid and has sent me to you! Help please!

    Activation and registration of a Microsoft product
    http://support.Microsoft.com/?kbid=326851

    J W Stuart: http://www.pagestart.com

  • Product and warranty registration

    Bought a Clip + a month ago and I love it. I thought that the disk had something to do with the registration of the product, but I can say is that the Rhapsody software. So I'm wondering if I need to make a real record somehow in case something happens to her during the 1 year warranty or my "receipt" of Amazon work as a record of when I bought it? I also avoided to make the Sandisk device installation that keeps popping up whenever I go to sych in WMP my own CD or mp3 that I bought on amazon. I spent to do this configuration of the device because it seems to say it will then automatically sync the entire playlist and there are some songs on there I don't want not 'automatically' put on the clip +. so is it ok to move to this update or it also maybe it has something to do with the recording of the clip + with sandisk or is there another reason why I would need to do this for example to then be able to subscribe to rhapsody, if I wanted to. If I do the editing is there a way for her to sych not automatically the playlist WMP?

    You can easily register your new Clip + with SanDisk on this page. Search for register your product (lower-right), click on the link and create an ACCT. Great if you have problems that require replacement under warranty.

    I reject the offer of WMP and instead go for the manual option 'sync '. Or better yet, forget WMP & altogther to sync and it just drag & drop the files you want from your computer to your player.

Maybe you are looking for

  • Satellite M70-340 - cannot install new windows

    Hello world. I had the problem in my laptop. DVD-RAM (mast * one device dvd ram uj - 841 s ata) not work and now I have problem to install new windows on my system! The my laptop do not support USB boot, I can't install USB also.I want to know how I

  • Apple sold me a defective phone

    Apple begins to cheat customers by giving instead of new phones, defective phones even after loading of large amount of money for the replacement of the screen. Had the shock of my life when Apple Service Center refused to replace the new defective p

  • HP Pavilion Notebook - M1Y45UA: Ram upgrade

    Hello! I have a HP Pavilion Notebook - M1Y45UA. I was wondering if my Pavilion supports an upgrade to 16 GB of RAM? And if so, where can I find the best information on the replacement/upgrade the RAM for my particular laptop? Preferably in the form o

  • Bsod Windows Update. Can't even use a boot disk.

    Like most of us is windows update has been trashing systems xp and vista by the thousands. I can't enter safe mode and I can't start the recovery console. I will be pulling my hard drive, connecting to another PC and manually start deleting files. Th

  • where can I find the full version of Microsoft Live Photo editing

    I would like to know where I could download the full version of Windows Live Photo editing online.