Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9229039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:28:28+00:00 2026-06-18T05:28:28+00:00

So far i am developing the Windows Phone application that make an Wallet API

  • 0

So far i am developing the Windows Phone application that make an Wallet API to work for Wallet in Windows Phone 8. Normally we can use Deal object to add the deals into the Wallet application. But in every attempt, added deal does not have an option to edit. However if it is added through build in Wallet app, Obviously it has an Edit option. I am cracking my head for this problem for a long time. Could you please any one can help me to enable the Edit option through Deal API ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:28:30+00:00Added an answer on June 18, 2026 at 5:28 am

    That’s intentional. Think about the zen of a wallet. When a user inputs a deal manually it doesn’t mean anything to anyoe but the user. When your app creates a deal it means something to other people (to cashier looking at it, the machine scanning the barcode, etc). So it’s important your deals don’t get changed by the user.

    Your locally stored deals on the phone are only a facade to deals stored on the server. So if you want to update those , you’ll need to create a WalletAgent, pull data from a remote source and update those deals in the background.

    Here’s a code sample of a trivial WalletAgent that always marks all your wallet items as “Attention needed”. Obviously this would be a good place to query a remote web service and update your WalletItem properties.

    public class myWalletAgent : WalletAgent
    {
        protected override void OnRefreshData(RefreshDataEventArgs args)
        {
            foreach (WalletItem item in args.Items)
            {
                item.SetUserAttentionRequiredNotification(true);
            }
    
            base.OnRefreshData(args);
            NotifyComplete();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a Windows Phone 7 Silverlight application that currently displays a map
I am currently developing a C# Windows Form Application that I intend to let
I am developing an application that will have to run on both Windows and
I am currently developing a C# Windows Form Application that I intend to let
I'm developing an application in C++ that's partially driven by touch-screen on Windows XP
We are developing a web application using Spring framework and Hibernate ORM. As far
I am developing a live update for my application. So far, I have created
I'm developing various in-house extensions for JIRA, the issue tracker we use. So far
I am developing a Windows phone app for which I want to get a
I'm developing an app using JOGL on Windows. I've been using Eclipse thus far

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.