In App payment to unlock features

How do implement us this? for example: I have an application 'Lite' which allows the user to unlock some 'Pro' features in the payment of App.

So, what should I do? Once the payment to succeed, what should I do to keep unlocked Unlocked features stay the next time the user launches the app?

Thank you

I created a local database that stores what the user has bought.

It is then loaded when the user loads the app.

Tags: BlackBerry Developers

Similar Questions

  • The Pro IPAD apple app doesn't show featured, top Charts or Explore - help

    My Apple App on my new IPad Pro running 9.3.2 IOS does not display pages Explore, Star, or Top Charts, just my purchase. Help.

    What have you tried so far? You have:

    -tried logging out and back in to your account on the iPad

    -closed the App Store app (I assume that "Apple App" means that the App Store) via the taskbar of the iPad

    -disconnected and reconnected to your network

    -do a soft-reset/reboot of the iPad

  • Must install Labview App on cFP2200 with feature plug & play for measurement modules

    Hello

    I am trying to install a monitoring software on cFP2200 devices. This software uses anywhere from 1 to 8 modules of I-102. I want to be able to deploy my build to the fieldpoint without having to know in advance how many modules will be there.

    My plan to achieve this was to design my application to assume that all modules HAVE 102 were available to read to go, throw an error that I catch and delete if they weren't. It works perfectly in tests of interpreted code. I managed to disconnect the field point, 102 HAVE devices to different locations than before, and my software could find them and ignore the slots where were connected HAVE 102 s.

    A question is asked now when I try to deploy a compiled version of this app on the fieldpoint. When I do that, I get a "conflict resolution" popup that lists all of the I-102 s who are not connected at deployment time. I have to choose 'cancel the deployment' or 'Skip deployment' in these cases. So I am unable to find I-102 modules if I move them to one location other than when they were connected to install or put new ones in.

    We will put these modules at customer sites and we want the ability to develop so that it contains some 102 HAVE more or less as the customer systems expand and contract. Under the current situation, I have to re - install the software manually whenever they move a module that is not really an acceptable long term solution.

    Are there ideas about how to address the issue?

    Thank you

    Kelsey Golden

    I just realized that the "conflict resolution" window really means nothing. As long as I select 'Skip', I can always move the modules or new install! It makes me wonder what the conflict resolution is intended in the first place if he is not actually stop me using the modules later.

    For all those who want plug-and-play in the future, my solution essentially try to read all possible addresses and ignore those throwing errors basically seems to be the way to do this. Just ignore the stupid conflict resolution window. I of course hope that the fact that I can still install modules in locations where conflicts implicitly he wasn't their installation is not a defect that NEITHER patch later outside.

  • BlackBerry App payment with MasterCard.

    PLS, help me, why if I wan to buy apps 4 my Blackberry 10 with my Master card does not work, but if I use with Android to buy android apps, it's fine. Dat is my problem because I HAV a few apps buy pls.

    Hello

    Please provide more details... of simply "does not work", we can understand anything and therefore can provide useful guidance. Please describe the exact steps you take, the exact results of each step and provided accurate and complete of any error message content.

    Thank you and let us know!

  • I installed lr6 & photoshop cc & these two apps are not in features & pannel - control program. both work well, but I want to uninstall cc photoshop, how do I do

    I installed photoshop cc & lr6 in win 7 64 bit.
    These two applications work well & are not in features & pannel - control program.
    How to uninstall photoshop cc if it is not in the pfogram list & features?

    Try tool Adobe Cleaner running:

    Locate the Photoshop option and remove it.

    Do not select clean all the option, it will remove all Adobe applications

    https://helpx.Adobe.com/content/help/en/creative-cloud/KB/CC-cleaner-tool-installation-Pro d/_jcr_content/hand-Sea/support_section_0/section-Sea/section_content/section-content t-main/filter_content/section-content-main/procedure/proc_par/step_5/step_par/download/wire e.res/AdobeCreativeCloudCleanerTool.zip

  • How to activate slide it to unlock the feature in iOS 10

    Can any body guide how to go back to 'slide to unlock' feature iOS 10 as we have it available in iOS 9. (it is required without use of contact id)

    Concerning

    I have a question too, can not use the "slide to unlock".

  • There is no feature to unlock by Apple Watch with the Mavericks

    Hello

    I've updated my Mac Mini (2013) to the Mavericks but found no line under 'Security' in 'System Preferences' which gives me the option to unlock by Apple Watch? I have re-installed the software but still nothing appears. I've updated my iCloud with the "two factor authentication" settings and still nothing...

    Can someone help me please?

    You say in your post that you have a Mac Mini in 2013, but your lower signature, color gray, says you have a Mac Mini from 2012.

    Who is this?

    In any case, the unlock feature requires any model 2013 and later Mac running the new macOS Sierra (NOT OS X 10.9 Mavericks) using a Apple Watch, running watch OS 3 with an iPhone 5 or later.

    Time for either to update hardware and software!

  • PlayBook Beta 2.1 payments App

    With the beta release of yesterday, in-app purchases are now supported in the Android execution environment. Can anyone find all the details on the implementation of these?

    https://developer.BlackBerry.com/Android/apisupport/ said

    "Vending (in App payments): com.android.vending is supported in version 1.1.0 of BlackBerry tools SDK for Android applications but is only compatible with the BlackBerry Tablet OS 2.1 (beta version)."

    com Android.Vending is the same package name used in existing Android applications, should that mean that current code IPA should 'work '?

    Yes it's true, from PlayBook OS 2.1 Android applications support payment In - App. Most of the time he's going to 'work', but there are a few things to note:

    (1) the signing of the transaction response will not fill

    (2) all purchases are made through App World

    (3) purchases must be both

    More information (documents, Blog) on his way in the next few days!

  • Payment Service weird problem

    Hi all

    I have an app freemium allowing users to unlock features Premium/Pro . I tried coding based on the tutorial on the docs of stunts on the payment Service.

    The problem is, I get the error code long of the answer-> errorCode();

    the code was 141004048

    Here is my code:

    void PurchasePage::purchase()
    {
        purchaseButton->setEnabled(false);
    
        paymentManager = new PaymentManager(this);
    
        // Get the window group ID and pass it to the PaymentManager instance.    const QString windowGroupId =Application::instance()->mainWindow()->groupId();    paymentManager->setWindowGroupId(windowGroupId);    //Request a purchase using the ID and SKU of the digital good.
        const PurchaseReply *purchaseReply = paymentManager->requestPurchase("244779xx", "ProVersion");
    
        // Connect the finished() signal to a slot to handle the purchase.
        QObject::connect(purchaseReply, SIGNAL(finished()), SLOT(handlePurchase()));
    }
    
    void PurchasePage::handlePurchase()
    {
        PurchaseReply *reply = qobject_cast(sender());
        Q_ASSERT(reply);
    
        // Check to see if the request finished.
        if (reply->isFinished())
        {
            //if there were errors.
            if (reply->isError())
            {
                showDialog("Purchase Error",QString::number(reply->errorCode())+"\n"+reply->errorText());
            }
            else//if there were no errors.
            {
                QString successString="Pro version is now activated.";
                showDialog("Purchase Succeed",successString);
    
                //set statusLabel text to Activated
                statusLabel->setText("Activated");
    
                purchaseButton->setEnabled(false);
            }
        }
        else
        {
            if (reply->isError())
            {
                showDialog("Purchase Error",QString::number(reply->errorCode())+"\n"+reply->errorText());
            }
        }
        reply->deleteLater();
    }
    

    How the app has been installed on the device (side loading, downloaded via the dev mode BlackBerry World etc.)?

    Never error code change? Or is it always 141004048?

    Also, looking at your code, it seems the app instantiates a new PaymentManager each time a purchase is made, you must have an instance of this, the call to purchase() should deal only with the logic of purchase requisition.

  • Activity App account my approach when Apple Watch lock?

    Activity App account my approach when Apple Watch lock?

    For the best performance of app activity and other features, you may want to use these settings:

    -On your iPhone, in the application of Eve, go to: My Watch (tab) > General > detection of wrist - it lights up.

    -On your iPhone, in the application of Eve, go to: Watch My > password > code turn on (choose a password Simple or more complex).

    -Also on the password settings screen, select Unlock with iPhone.

    After putting on your wrist, your watch don't unlock then after whatever you do first: unlock your watch manually (by entering the access code) or unlock your iPhone.

    Then, it will remain unlocked (including when the screen is idle) until you remove it from your wrist. When you remove your watch, it locks automatically.

    More information:

    https://help.Apple.com/watch/#/apd748b87e2a

    Use the activity on your Apple Watch - Apple Support

  • Test purchase app several times

    Hi all.

    I have just developed the additional features for my application and I intend to activate using virtual goods.

    So far, I have created the virtual good, on behalf of the Sandbox and even test on a real device. It was a successful toy.

    The thing is I want to make additional changes and test it again, but now the good virtual appears as "purchased" (of course) and can not repeat the verification process.

    Can I delete this purchase action to repeat the process in trials? This is a feature expected for a Sandbox account. I tried to delete the Sandbox account and create new, but did not work.

    See you soon.

    Remove and reinstall the app works. It's a lengthy process but you will be able to test the same no consumables in-app payment several times

  • Relocation of BB10 app already purchased containing items for sale

    Hi everyone, I was wondering if any of you have met my situation. I did a very good search which has not turned up on any result, so I'll describe to you what is happening here.

    We offer a free version of color ID for BB10 on BlackBerry World, which contains an option to unlock for $2.99 via in-app purchase. This allows the user to add more than two custom contacts.

    They bought the unlock code using the in-app purchase system and it worked fine. They have since wiped security their phone, back with the same BBID, they used first to buy products to sell and reinstalled the free version of the app. The app is not "unlocked itself" after reinstalling, similar to how it used to work in BBOS. It is asking them to pay $2.99 for access to all the features of color code.

    I tested it myself on my own OS 10.1 Z10 and the same thing happens to me. He asked me to pay $2.99 to upgrade to the full version when I already did before removing and reinstalling.

    I wonder if you have any guidance or any other procedure to follow to find all of the features of the app that were previously available without having to pay for it.

    I've got about 4 customers who are waiting for a response. I hope that one of you discovered a solution to this problem.

    Thanks for reading.

    Nige

    After some research, I noticed that they support this verification for BB10:

    BB10 in failure to purchase existing app

  • Can we build Custom Web App using Business Catalyst?

    My client is interested in Adobe Business Catalyst. He wanted to build a custom online business application. Can we build custom web applications (not ecommerce) as market of fundraising with adobe business catalyst? How will it be possible without server side personalization?  If possible, please provide access to developer documents

    Thank you

    Andrea

    The short answer is Yes, you could create a market of fundraising.  The most complete answer depends on your definition of a "Web App" and about specific features you are wanting to deliver Web application.  If you are thinking about programming custom php server-side, then, no, this isn't what BC Web Apps. Wikipedia defines a web application like any application written in a language of browser support which relies on the browser for rendering. Applications Web BC meets this definition. "The best definition in my opinion is that a web"site"is defined by its content, all in a web"app"is defined by its interaction with the user. WebApps BC framework can be used for the delivery of content and interaction with the user therefore also integrates with this definition.

    To be clear, "WebApps" in British Colombia is not for coding web applications customized to measure in the broad sense.  In fact, you do not have to do any coding at all (although having knowledge of html/css & javascript will significantly expand what you can do). Colombia-British 'Web-Apps' is a relatively basic set of configurable fields and the tools used to collect and present data.  Its main purpose is to publish "lists". i.e. the items list on which you click to display a details page.  This may not seem particularly high-tech, and it's not. But if you think about it, most of the interactive web applications, a very simple to very advanced (for example Articles; Image galleries; eCommerce, real estate ads; Labour markets; Auction sites; Business directories; Search engines) are all built around this fundamental problem. that is, they present a list of items that are related to a detail page.

    To this end, BC WebApps allows you to define a data set using all types of field (for example, text string, radio buttons, checkboxes, drop-down lists, text box, image path, links, etc.) allows the collect and publish the data however you want displayed in your list views and view detail (more view editing for content generated visitor).  Of course there are limits to what we can do. But there are a lot of innovative workarounds for each limitation. Understanding of the parameters allows a very wide range of possibilities to achieve remarkable results for your customers.  WebApp capabilities are range from the Colombia-British, wide range of features such as Member areas secure, e-commerce functions, lists of campaign etc.

    To return to your original question... "Could you build a web fundraising custom application market in British Colombia?   Yes!  You may allow visitors to the join (members of the safe zone) and then present a list (WebApp point) which is published on the site. Other visitors can view this item in the list and click to view the Details page. They can then choose any number of such further actions as defined in your WebApp structure it As... make a payment (e-commerce); Leave a comment; Like on Facebook; Tweet on twitter, save as a favorite; Send to a friend. etc.  This does not mean that everything is possible (e.g. making payments would be possible using a built-in "seamless" payment gateway). But within the boundaries that exist, YES you could generation custom fundraising for your customer market without programming side server.  See catalyst for Business help | Web Apps-building part 1: understanding of Web applications to learn more.

  • Wireless connection is too weak to unlock with Apple Watch

    I install my Apple Watch to unlock my iMac, but every time I test this situation, he requires me to login with my password and told me that "wireless signal is too low...". »

    I use an end 2013 27 "iMac.

    Processor: 3.2 GHz Intel Core i5

    8 GB 1600 MHz DDR3 memory

    Any suggestions to solve this problem would be appreciated. Thank you.

    You use the watch with an iPhone 5 later?

    The unlock feature requires any model 2013 and later Mac running the new macOS Sierra using a Apple Watch, running watch OS 3 with an iPhone 5 or later.

  • Mac OS Apple Watch Sierra unlock

    Hello

    I have a Macbook Pro 15 "end in 2014, I installed Sierra tonight to try out the new"unlock"feature.

    The release mechanism works 1/10, most of the time when I open the lid, it should be like a good second and then, he invites the normal place to enter the password. It is as my macbook seeks the Apple Watch but couldn't find it and asking for a password after the attempt.

    2 authentication is enabled, checked it on my macbook in middle on and my watch has a code to access and watch OS 3.

    Is there a way to fix this? I really want to use this feature...

    Thanks in advance.

    Brent

    Hello

    Make sure that you follow the instructions here > unlock your Mac with Apple Watch

Maybe you are looking for