Are Android In - App purchase Descriptions to the Public?

When configuring a single question in-app purchases in iTunes there is a reference field that identifies this issue reports on sales etc. and apparently not users at any time. I do not see a similar field in the game of Google but have yet to see the 'Description' field appears in the dialog of DPS.

Anytime an app Android DPS reveals the field 'Description' of an in-app purchase or is it safe to use inside information?

We show not just anywhere in the Android UI application. Game Google can show it in the purchase confirmation dialog, check here for if ensure it does not display before using it for more internal information.

Neil

Tags: Digital Publishing Suite

Similar Questions

  • Are in-app purchases included in the feature request to buy?

    Is is possible for my kids to use the feature to ask buy to purchase in-app purchases such as packs of gems in the shock of the clans?

    Thank you

    Hey Victor_33,

    Having authority over which can buy children is a great feature to ask to buy. Take a look at ask and make purchases with Ask to buy it shows that in-app purchases is included.

    See you soon

  • In-App purchase: Verification of the receipt of the purchase of the back-end server

    BlackBerry 10 is there an equivalent to the Android API status to purchase that allows a backend to check an in-app purchase.

    Simplified sequence of events:

    1. the user makes in-app purchase.

    2 app receives bb:latform:urchaseReceipt

    3 app sends receipt to the main server

    4 Backend server validates the reception with BlackBerry World Server.

    5 Backend server informs app purchase completed.

    I was not able to discover the documentation indicating support for step 4.

    If it is not currently supported, it's on the roadmap?

    There are currently no service like that, but there is one on the road map. No timeline for when it may be available if.

  • Permanent error market Android in-app purchase.

    Hello

    We have an application multi-question on android market with in-app purchases

    After purchasing, we get an error message (see photo) Permanent

    What done us wrong?

    SC20120107-135604.png

    good answer:

    Re: Could not verify purchase

  • How to add the "in app purchase" feature in thenativ BlackBeery 10

    the question is fundamental. appropriate topic How to do the "in app purchase" feature in the native blackberry

    There is a good explanation of how it works here, as well as the recommended sample code...

    http://developer.BlackBerry.com/native/documentation/Cascades/device_platform/paymentservice/

  • Details of the Folios and In - App purchases

    Hello

    How the folios of detail (as managed in Folio Producer) and in-app purchases related?

    In other words, when I add a new in-app purchase for my new folio in detail in my multi-folio application. How does my app know what folio is related to what purchased in-app, I added in iTunesConnect?

    In iTunesConnect, I attribute a price level for my in-app purchase. How the Multifolio application that is given folio and not one which must be that the price level?

    Thank you!

    In iTunes Connect, you create a product ID for each in-app purchase, usually in the form of com.publisher.appname.issuename. When you publish the folio, you indicate what product ID. That the links of the folio to the in-app purchase.

  • Advanced In - App purchases

    Hi, I've read several times that you can create up to 12 months of in-app purchases in Itunes Connect, how is that done exactly?

    For the moment, as I do is... One week before the date of sale, I create a Non-Consumble in-app purchase in Apple, the value of the folio public retail, which then allows me to see the app Dev and then do a screenshot of the purchased folio, download this to Apple so I can then submit purchase - 7 days for apple to approve what had been taken.

    The problem we are having is... every now and then someone load the official app and is notified that the next issue (currently awaiting approval from apple) is available, but they can't download it.

    In addition, while he sits there in the land of Apple, we still update the folio (tight).

    Thus, ideally, what I'd like is to create 12 months or so in-app purchases series is not allowed to sell but approved and then we simply change the status when necessary.

    What worries me is, if I create 12 months of empty folios Reatil Public people must be notified, if that is what is needed to create the screenshot in-app purchase.

    Thank you

    Andy

    Apple approves the in-app purchases based on the Description and screenshots. You can create breakthroughs in-App purchases and that you do not ready for sale to the date of publication.

  • In - app purchases report

    I have an application which is free and with in-app purchases, but when I want to buy reports, I see all the data inside (I know I got in-app on defined dates purchase).

    I can see other app purchases which are not free.

    How we track in-app purchases free via the provider portal applications?

    I found it, there is check box "include virtual goods" which must be verified and I have not noticed before.

  • Creating app-purchases for Amazon Kindle Fire

    Dear Adobe community,

    My settings up to now:

    • I'm using InDesign CS6 Digital Publishing Suite,
    • running a Professional subscription.


    And ran into problems with the fire of Amazon in app-purchase system. Let me explain:

    • My multi-folio app is running on Apple iOS and Android and - therefore - has successfully published in the Apple Store and the Google game.
    • Now, the next step is the publication on Amazon Kindle fire via the Amazon Developer Console.
    • The Viewer works fine, no problem; It goes the same for the free folio.
    • On the other hand, purchases in application No. The app-purchase is made, the Developer Portal Amazon marked as 'Live', but it will not appear in the viewer.
    • According to this discussion: Amazon App & subscription purchases , it is necessary to match the SKU from Amazon with the product in the Folio Producer ID, as I did the number. What I still need to contact Amazon to achieve a successful launch?

    Viele Grüße from Germany,

    Maximilian

    DPS supports most Amazon in-app purchases.

    Neil

  • In-App purchase issue

    While the investigation into the issue of images do not hit any fly/scrolling in a Webview (http://supportforums.blackberry.com/t5/Native-Development/Issue-With-Scrolling-Images-In-Webview/m-p...) I came across the question if a user buys my in-app purchase then removes the application and reinstall the in-app purchase did not work.

    First of all, in-app purchase is to remove the ads - it does that very well, but when the application is removed and reinstalled ads appear once more and I don't want to force consumers to pay twice, so I really need to get this fixed number as it is preventing me to release an update of my application.

    I'm working out of this example: http://supportforums.blackberry.com/t5/Native-Development/Sample-Removing-In-App-Ads/m-p/2783323/hig... and have used it to create buying app for my application.

    Here's my source, my main.qml of my application file code:

    import bb.cascades 1.0
    import bb.platform 1.0
    import com.sample.payment 1.0
    
    TabbedPane {
        id: tabbedPane
        property variant payment
    
        Menu.definition: MenuDefinition {
            id: appMenu
            actions: [
                ActionItem {
                    title: "About"
                    imageSource: "asset:///IMG/ic_info.png"
    
                    onTriggered: {
                        aboutSheet.open()
                    }
                },
                ActionItem {
                    title: "Contact Us"
                    imageSource: "asset:///IMG/ic_email.png"
    
                    onTriggered: {
                        emailInvocation.query.uri = "mailto:[email protected]?subject=Shopping For eBay App: Contact"
                        emailInvocation.query.updateQuery();
                    }
    
                },
                ActionItem {
                    id: upgradeAction
                    title: "Remove Ads"
                    imageSource: "asset:///IMG/ic_clear_list.png"
    
                    onTriggered: {
                        if (tabbedPane.payment) {
                            /* replace the values in quotes "" below with the values from
                             * your vendor account for this application's add-on. */
                            payment.mPaymentControl.pid = "{REMOVED}"
                            payment.mPaymentControl.sku = "{REMOVED}"
                            payment.mPaymentControl.name = "Remove Ads"
                            payment.mPaymentControl.metadata = "Purchasing this will remove the adverts!"
                            payment.mPaymentControl.getPrice(payment.mPaymentControl.pid, payment.mPaymentControl.sku);
                            payment.mPaymentControl.purchase(payment.mPaymentControl.pid, payment.mPaymentControl.sku, payment.mPaymentControl.name, payment.mPaymentControl.metadata)
                        }
                    }
                    attachedObjects: [
                        // Definition to hold the PaymentControl so it is only created when neccesary
                        ComponentDefinition {
                            id: paymentdef
                            Container {
                                id: payContainer
                                onCreationCompleted: {
                                    console.log("Payment Definition Created - Checking for Existing Purchases")
                                    paymentControl.getExisting(true);
                                }
    
                                property alias mPaymentControl: paymentControl
    
                                attachedObjects: [
                                    PaymentServiceControl {
                                        id: paymentControl
                                        property string pid
                                        property string sku
                                        property string name
                                        property string metadata
    
                                        // Play receipt animation on purchase response
    
                                        onPurchaseResponseSuccess: {
                                            cpp.saveValueFor("removedAds", "23");
                                            root.removedAds = 23;
                                            console.log("purchaseResponse - " + receiptString)
                                        }
                                        onInfoResponseError: {
                                            console.log("Purchase Error - " + errorCode + " - " + errorText)
                                        }
    
                                        onExistingPurchasesResponseSuccess: {
                                            if (receiptsString == "(No purchases)") {
                                                console.log("existing unable to find receipt")
                                            } else {
                                                console.log("existing receiptString - " + receiptsString)
                                                cpp.saveValueFor("removedAds", "23");
                                                root.removedAds = 23;
                                            }
                                            console.log("existingPurchaseResponse Success - " + receiptsString)
                                        }
                                    }
                                ]
                            }
                        }
                    ]
                },
                ActionItem {
                    title: "Share App"
                    imageSource: "asset:///IMG/ic_share.png"
    
                    onTriggered: {
                        invokeShare.trigger("bb.action.SHARE")
                    }
                },
                ActionItem {
                    title: "More Apps"
                    imageSource: "asset:///IMG/ic_buy.png"
    
                    onTriggered: {
                        invokebb.trigger("bb.action.OPEN")
                    }
                }
            ]
            attachedObjects: [
                Sheet {
                    id: aboutSheet
                    About {
                    }
                },
                Invocation {
                    id: invokeShare
                    query {
                        mimeType: "text/plain"
                        data: qsTr("Get your shopping done easily on your #BlackBerry10 with 'Shopping For eBay'; check it out in @BlackBerry World: http://appworld.blackberry.com/webstore/content/35964888/")
                        invokeActionId: "bb.action.SHARE"
                    }
                },
                Invocation {
                    id: invokebb
                    query {
                        mimeType: "text/html"
                        uri: "appworld://vendor/64825/"
                        invokeActionId: "bb.action.OPEN"
                    }
                },
                Invocation {
                    id: emailInvocation
                    query.mimeType: "text/plain"
                    query.invokeTargetId: "sys.pim.uib.email.hybridcomposer"
                    query.invokeActionId: "bb.action.SENDEMAIL"
                    onArmed: {
                        emailInvocation.trigger(emailInvocation.query.invokeActionId);
                    }
                }
            ]
        }
        showTabsOnActionBar: false
        Tab {
            title: qsTr("Home") + Retranslate.onLocaleOrLanguageChanged
            imageSource: "IMG/101.Home.png"
            NavigationPane {
                id: navigationPane0
                Page {
                    onCreationCompleted: {
                        root.removedAds = parseInt(cpp.getValueFor("removedAds", ""))
                        if (root.removedAds != 23) {
                            tabbedPane.payment = paymentdef.createObject(navigationPane0);
                        } else {
                            console.log("Not Creating Payment Definition, User has Already Paid To Remove Ads")
                        }
    
                    }
                    id: page1
                    //actionBar actions
    
                    //Title bar
    
                    Container {
                        id: root
                        property int removedAds
    
                        onRemovedAdsChanged: {
                            if (removedAds == 23) {
                                myAds.visible = false
                                myAds2.visible = false
                                appMenu.removeAction(upgradeAction)
                            }
                        }
                        Container {
                            id: myAds
                            horizontalAlignment: HorizontalAlignment.Center
                            layout: StackLayout {
    
                            }
                            MyAds {
                                horizontalAlignment: HorizontalAlignment.Center
                                topPadding: 15.0
                            }
                        }
                        Container {
    
                            layout: DockLayout {
    
                            }
                            // To enable scrolling in the WebView, it is put inside a ScrollView.
                            ScrollView {
                                id: scrollView
    
                                scrollViewProperties.overScrollEffectMode: OverScrollEffectMode.None
                                // We let the scroll view scroll in both x and y and enable zooming,
                                // max and min content zoom property is set in the WebViews onMinContentScaleChanged
                                // and onMaxContentScaleChanged signal handlers.
                                scrollViewProperties {
                                    scrollMode: ScrollMode.Vertical
                                    pinchToZoomEnabled: true
                                }
    
                                //Webview
    
                            } // ScrollView// A progress indicator that is used to show the loading status
                            Container {
                                bottomPadding: 25
                                horizontalAlignment: HorizontalAlignment.Center
                                verticalAlignment: VerticalAlignment.Bottom
    
                                ProgressIndicator {
                                    id: progressIndicator
                                    opacity: 0.0
                                }
                            }
                        }
                    } // End of container
                }
            }
        } //End of first tab
    } //End of tabbedPane
    

    Any help and advice in this regard would be greatly appricated.

    Thanks in advance!

    If you test using a sandbox past purchases account cannot be restored. Purchases made with a sandbox account did not get connected to the server, so if you try to restore (ex after you remove and then re - install the app even) then no purchase will be returned.

    You can test your rollback logic with purchases in the same session of the app: open the app, make a purchase, try a restore, all this without closing the application.

    The only other option would be to remove your account from the sandbox and try buying using real $$

  • I can have renewable subscription automatically and not consumable In App Purchase in a single application?

    Hello world

    My application is simply live on the app store.  I used DPS Professional edition and I am able to create a Multifolio with itunes subscription app.  I put my subscription for 1 month and 1 year.  Now, I would like to publish any other questions for the nesstand to be free.

    It will approve by apple if I add no consumable In App Purchase and set the price to be free.

    In fact, I want my users to download free content, for back issues and buy the lateest those.

    Can what method I use to do this?

    In-app purchase is only for the issue of retail sales.

    You can publish free folios of dashboard DPS, which will automatically appear in app Live.

  • What is the difference in verses apps for each of the programs to purchase and download it?  They are the same thing and they are simply called "apps"?  Are the applications of complete programs?

    What is the difference in verses apps for each of the programs to purchase and download it?  They are the same thing and they are simply called "apps"?  Are the applications of complete programs?

    Yes.

    Adobe uses confusion of terminology in their efforts to explain things.

    Cloud desktop applications are the same as the purchase of the software on disk in the days avant-nuage. for example, the Photoshop Cloud desktop application is the full version of Photoshop CC 2015.

  • App of DPS in Android with In - App purchases

    Hello:

    I want to create an app with DPS, but I want this app to have in-app purchases such as individual sales, paid subscriptions and free follio... Is - this tutorial or guide, that I might have for future reference?

    Greetings,
    Leo

    There are two different platforms Android - Amazon and Google. DPS apps support in-app purchases for individual sheets in both platforms, but DPS apps support subscriptions than on Amazon. Support for the Google game subscriptions should be available later this year, if everything goes as planned.

    For more information, see the guide to publishing:

    http://helpx.Adobe.com/Digital-Publishing-Suite/KB/publishing-process-Android-Amazon-Mobil.html

  • bought new iphone, can't make the in-app purchases

    In the iPhone 6. Purchased and switched to an iPhone 7. Before, I could make in-app purchases. Now it tells me to contact iTunes support. I can make in-app purchases on my iPad, and then on my restore iPhone purchases, but this only works for the no consumables in-app purchases. Any ideas?

    Have you contacted iTunes support? If not, you'll need to do (these are user forums, we do not know why you get the message):

    -go to http://www.apple.com/support/itunes/ww

    -Click on the flag of your country (the country where you are, and therefore the country on your account)

    -Click on contact Support to the upper right

    -Click on help under "Talk To Us".

    Or use this form: https://www.apple.com/emea/support/itunes/contact.html

  • app purchase where the physical store is not present

    I am from Bangladesh and that you wish to purchase an app on the app store, but there is no shop in my country. is there an alternative way for app purchases where the physical store is not present

    TIA

    Mubaswir

    No, the only place to get iOS apps is on the app store (via iTunes on a computer or an App Store app on an iOS device) and you must be in a country to use its iTunes/App store (which is part of the terms of the store) - until if/when Apple open an iTunes store in Bangladesh (we are fellow users we do not know what might happen until Apple announce something) Unfortunately you will not be able to download any content from the iTunes store.

Maybe you are looking for

  • Plugin page keeps being open when Firefox starts

    I installed a Firefox plugin and the associated plugin page continues to open in a new tab, whenever I start Firefox. How can I stop this from happening? This also happens if I go to the window modules and disable/re-enable the plugin, a new tab open

  • Want to ae100nv: HP Envy ae100nv drivers

    Hello, I have installed windows 8.1 64 bit on my new laptop, had initially installed windows 10. Although I found the drivers for almost anything, Miss me the pilots of two aircraft. If someone kinfd enough to help me find them? The ID of the hardwar

  • Network printer does not print in Windows 7

    I have two computers, both running Windows 7. We're running the 32-bit version and one is connected directly to the printer (HP Deskjet 720). My other computer running the 64-bit version and is wireless. Whenever I try to print anything from the comp

  • Intel Turbo Boost Technology Monitor 2.0 has stopped working

    What this means and why do I need it.  There is no instructions on how to restart the Intel Turbo Boost Technology Monitor 2.0 The program indicator appears on my screen and will not remove or it will switch to another position.  AND she will not clo

  • is not abstract and does not substitute the abstract method callLogRemoved (net.rim.blackberry.api.phone.phonelogs.CallLog)

    Can someone tell me why im getting the following error is not abstract and does not substitute the abstract method callLogRemoved (net.rim.blackberry.api.phone.phonelogs.CallLog) callLogRemoved is set, I tried to remove it and it also gives me the sa