How to change menu iOS app button "count"?

My application, created with Adobe DPS 2015, was rejected by Apple.

-----

Restoration In - App purchase

We found that your app includes a feature to restore already purchased In - App purchase products by entering Apple ID and password of the user. However, the application doesn't have an In - App purchase that can be restored.

It would be appropriate to revise your binary to remove this feature.

-----


I can't find where I can change or disable the app menu "account" button, which takes the user to the option "restore In - App Purchase", it does not.


As I publish a free magazine with free items, the initial idea is that no connection is required with any account or the option "Restore In - App Purchase" would be available.


Is there a way to disable the menu account button?


or


How to set the "Revert In - App Purchase" option?


Thank you

Valmir.

The rejection appears to be at the discretion of the examiner of the app. The apps you are referencing actually have 'purchase of restoration"enabled in the application, but it does not get noticed by the examiner of the app.

There is no workaround for this, it will take an update of our application. I work with the team on getting this resolved and will publish updates when I have more information.

Tags: Experience Manager Mobile

Similar Questions

  • How to change the Rectangles with buttons

    I'm working on this example that does not work correctly:

    public class test extends Application
    {
    
        private void init(Stage primaryStage)
        {
    
            Group root = new Group();
            primaryStage.setScene(new Scene(root));
    
            String pillButtonCss = DX57DC.class.getResource("PillButton.css").toExternalForm();
    
            // create 3 toggle buttons and a toogle group for them
            ToggleButton tb1 = new ToggleButton("Left Button");
            tb1.setId("pill-left");
            ToggleButton tb2 = new ToggleButton("Center Button");
            tb2.setId("pill-center");
            ToggleButton tb3 = new ToggleButton("Right Button");
            tb3.setId("pill-right");
    
            final ToggleGroup group = new ToggleGroup();
            tb1.setToggleGroup(group);
            tb2.setToggleGroup(group);
            tb3.setToggleGroup(group);
            // select the first button to start with
            group.selectToggle(tb1);
    
            //////////////////////////////////////////
    
            final VBox vbox = new VBox();
    
            final Rectangle rect1 = new Rectangle(300, 300);
            rect1.setFill(Color.ALICEBLUE);
            final Rectangle rect2 = new Rectangle(300, 300);
            rect2.setFill(Color.AQUA);
            final Rectangle rect3 = new Rectangle(300, 300);
            rect3.setFill(Color.AZURE);
    
            tb1.setUserData(rect1);
            tb2.setUserData(rect2);
            tb3.setUserData(rect3);
    
            group.selectedToggleProperty().addListener(new ChangeListener<Toggle>()
            {
                @Override
                public void changed(ObservableValue<? extends Toggle> ov, Toggle toggle, Toggle new_toggle)
                {
                    if (new_toggle == null)
                    {
                        //rect.setFill(Color.WHITE);
                    }
                    else
                    {
                        vbox.getChildren().addAll((Node[]) group.getSelectedToggle().getUserData());
                        //rect.setFill((Color) group.getSelectedToggle().getUserData());
                    }
                }
            });
    
    
            ///////////////////////////////////////////
    
    
            HBox hBox = new HBox();
            hBox.getChildren().addAll(tb1, tb2, tb3);
            hBox.setPadding(new Insets(20, 20, 260, 20));
            hBox.getStylesheets().add(pillButtonCss);
    
    
    
            vbox.getChildren().add(hBox);
            //vbox.getChildren().add(rect);
    
            root.getChildren().add(vbox);
        }
    
        @Override
        public void start(Stage primaryStage) throws Exception
        {
            init(primaryStage);
            primaryStage.show();
        }
    
        public static void main(String[] args)
        {
            launch(args);
        }
    }
    
    
    

    I want to create several Rectangles (or in which object or object) in which I want to store data. I want to spend the Rectangles (objects) that appear in front of the user by using the buttons. The example that I put in place does not work correctly. Can you tell me what is the right way to implement this?

    REF javafx 2 - How to change the Rectangles with buttons - stack overflow

    You have two problems:

    User data that assign you to each button switches are a node, not a [Node]. Thus, the cast will fail on line 43.

    When the selected toggle changes, you add another Rectangle to the vbox. You want to replace the rectangle that is in the vbox.

    Try

    vbox.getChildren () .setAll ((Node) group.getSelectedToggle () .getUserData ());

  • How to change ports in apps

    Hi Sawwane,

    How to change ports in apps 11i on Linux, please let me know if any metalink notes.

    Thank you

    Danny,

    You need to purge the FND_NODES table and run AutoConfig on the databases/applications as shown-level nodes (Note: 260887,1 - not own non-existent nodes or addresses IP of FND_NODES).

    Kind regards
    Hussein

  • How to change smartphones blackBerry app world passwprd

    I can't change the app world password.

    HI bagindo83

    Welcome to the BlackBerry Support Community Forums

    Through this Knowledge Base:

    KB26361  : How to change or reset a BlackBerry ID password

     

     

    Prince

    ____________________________________________________________________________

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • How can I test iOS app to animate CC Simulator IPAD?

    Hello

    I test my AIR IOS app on an iphone-IOS Simulator. But I want to see the app on the IPAD Simulator.

    I choose "Ipad" in general AIR 20.00 for the parameters of the IOS.

    And the pad for Xcode is/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk.

    I can't find another key.

    I hope someone can help me.

    In the Simulator, there are a menu of material, and here you can choose the device and then select the type of device you want to simulate.

  • How to change the color of button

    I can create a newBrush to change the backgroundColor container, but I want to know how to change the color of the button?

    I posted here an example on how to change the color of the button here:

    Re: ScriptUI resource string: EditText: color

  • How to change the application apps and the sysadmin password

    Hi expert,

    I know not how to change the password application and sysadmin in the oracle application. but I have a doubt.

    What is required at the bottom of the application when you go to change applications and the sysadmin password in the oracle application.

    Please suggest me what is the proper way to change the apps and the sysadmin password.

    to change the password for apps I followed the command below.

    FNDCPASS apps/apps 0 System/Manager SYSTEM APPLSYS < new password for applications >

    for sysadmin

    FNDCPASS apps/apps 0 USER sysadmin < new passwd for sysadmin > System/Manager

    Please clear my doubt.

    Thanks and greetings

    pritesh Rodriguez



    I know not how to change the password application and sysadmin in the oracle application. but I have a doubt.

    What is required at the bottom of the application when you go to change applications and the sysadmin password in the oracle application.

    You must stop the services before you can change the password of user apps, and then run the automatic configuration after changing the password and eventually train services to the top.

    Stop down services or the AutoConfig running is not required for SYSADMIN (and other users of the application).

    Please suggest me what is the proper way to change the apps and the sysadmin password.

    to change the password for apps I followed the command below.

    FNDCPASS apps/apps 0 SYSTEM APPLSYS System/Manager

    for sysadmin

    FNDCPASS apps/apps 0 system/sysadmin USER Manager

    Please clear my doubt.

    What change Applications using the apps schema password change Utility (FNDCPASS or AFPASSWD) (Doc ID 437260.1)

    Loss of password SYSADMIN. How to know the password of the user SYSADMIN (Doc ID 1066661.1)

    Thank you

    Hussein


  • How to change the password apps on multiple instance nodes.

    We have multi installation of node Oracle Applications R12 (PRODUCTION) have 1 database server and 2 application servers.

    database and simultaneous manager on the database server while web services and forms are on the two application servers. So I need to change apps password scheme. How could I do?

    I changed the password apps on single node successfully. But I need to do this on the Multi node instance too.
    Please suggest.

    Thank you and best regards,
    Manish

    Hello

    Not necessarily, just run it on application-level nodes.

    Kind regards
    Hussein

  • How to pass 10 IOS apps?

    We used to keep apps until they move. How can we do this in 10 IOS?

    Press and hold gently, then you will get to squirm.

  • BlackBerry 10 how to change the device app to the media card.

    In my mob applications are stored in the phone memory. I want to change certain media card storage applications. How I can change. Help, please

    Move the apps (probably slower) SD card will not help with the speed in my humble OPINION. Go on BB monitoring app and select CPU usage history (try 48 hours) and send an average use of the processor on your phone here.

  • How to change a free app

    I have a few apps that I have lived their lives those paid. Now I want to change their type of license free, but I can't find any opportunity to do so. Can anyone help?

    Under a recent upgrade to App World, developers can no longer change their type of app.

    http://supportforums.BlackBerry.com/T5/BlackBerry-App-world-development/PlayBook-try-amp-buy-no-long...

    In your case, you can create a new application that is 'free '. Current users would be unaffected.

  • How leave/leave an iOS app?

    NativeApplication.nativeApplication.exit () doesn't seem to work on iPad!

    Using the 2.7 sdk, it works very well on Flash builder, but once deployed on an iDevice, that nothing is happening, the application does not end!

    I have already included the additional key in the iPhone InfoAdditions:

    < key > UIApplicationExitsOnSuspend < / key >

    < string > YES < / string >

    Still no dice... I have to force shut down the application via the tip of the double tap Home.
    Any ideas/suggestions welcome.
    Julio

    Hello

    iOS does not provide a way to exit the application. Thus, it is expected that Nativeapplication.exit() () does not work on iOS and Android.

    A question, how are you making sure that your application is not stimulus? The fact that you see on home double click does not mean he did not get out. This is because the House double-click in iOS 4 gives you a list of recently launched applications.

    Hope that helps.

    Thank you

    Samia

  • How to add manual iOS app health data?

    I use Apple Watch series 1 with Watch OS 3.

    Very useful for me has been adding data to guide health app. Now with OS3 shows, I couldn't find these options.

    Can someone help me in this case?

    Thank you, Michael

    Hi Michael

    To manually add data in the application of health:

    • On your iPhone, open the application of health.
    • Click on the data the health tab.
      • If you are not initially on the main screen of healthcare data, type on the "< health data ' link (top-right) to get back to it.
    • Select the category of data that you want to add:
      • Activity, Mindfulness, Nutrition, sleep, measurements of the body, health, reproductive health, results, vital records.
    • On the next screen, tap the metric you want to add:
      • Parameters that already contain data for the current week are displayed in the box format, with current totals.
      • Others are listed below in the list format, under "No. saved data.
      • Whether in box form or list form, tap to select the metric.
      • For example: If you chose healthcare, you can then select the blood sugar.
    • On the next screen, press the "+" (top right), then add your data and press Add (top-right) when finished.

    More information:

    Use the app on your iPhone or iPod touch - Apple Support health

  • change a State of buttons based on another value of buttons

    do not remember how to change a State of buttons depending on the value of another button.

    I think it was a structure of the event?

    can someone point out an example?

    Thank you

    There are several elements to your question:

    In response to a status change button: this can be done with either a structure of the event in a loop, or by querying the button in the loop. Examples are provided with LabVIEW on the use of the structures of the event.

    Changing the value of another button: this can be done with either a local variable or a "Value" property node (Cue the crowd of local variables at this stage.). Note that the lock of your button action will affect if you can do it. See this article for more information: why is my property a Boolean node a Variant?

  • How can I remove a 10 iOS app? There is no mention that a menu

    How can I remove a 10 iOS app?

    All 10 iOS did when I press and hold, is to bring up a menu - which is a feature new, unexpected and undesirable new iOS operating system 10. This action is used to make the icons to move, I could press the "x" on the app, and it has been deleted. Now, I get a menu, without any option to delete.

    Help would be appreciated

    Post edited by: Grace Hope
    I just thought about it - you must maintain the App "slightly" and then move the icons, and you can press the 'x' to remove the application. If you push hard and here, the menu useless appears - lack of vision of Steve Jobs to Apple... he really wants this App menu? Without disabling option - the only thing I see is maybe turn off touch 3D, but I have not yet tried this plan.

    Tactile 3D power off will solve the problem. You can also try setting the sensitivity of touch 3D cabinet so that there is a major difference between a light and press tap. Tactile 3D can also just take some time to get used to. I struggled for the first week with building accidentally instead of tapping, but now I'm a pro at home. To access the tactile 3D settings, go to settings > general > accessibility > scroll to the 3D button.

Maybe you are looking for