• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Android Market and Application Server Communication

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,

I have been able to implement In-App Billing for my product that offers subscription .

My issue is that My security related classes are on my Server .The device sends me verifications and I approve it if it is has valid public key.But is it possible to implement a communication between Market and Server so that I can cross check the response sent to me by Device with Market.
It can be anything like toe nonce or userID,device ID does the market keeps the track of it( I believe it does) and is it possible for me to retrieve it.
I believe it is possible when we implement Licensing but could not find anything about INApp Billing.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic