Discussion Board

Results 1 to 7 of 7
  1. #1
    Registered User SHSaqlaini's Avatar
    Join Date
    Oct 2011
    Posts
    11
    I have seen some games, after playing little, show pop up to buy that game.
    Means user can play little game than he has to buy that game to play more.


    What is that technology and how to implement this in game applications

    Please Help!

    Regards,
    SHSaqlaini

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    You could try checking the In Application Purchasing API. It at least would enable this.

  3. #3
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    The platform also matters. If you mean Qt or Java, then IAP is the way (http://projects.developer.nokia.com/iap, discussed in http://www.developer.nokia.com/Commu...etization-APIs, your question can be moved there if you like).
    However if you mean Windows Phone, that is totally different.

  4. #4
    Registered User SHSaqlaini's Avatar
    Join Date
    Oct 2011
    Posts
    11
    Thanks for reply,

    Plz check link: http://i1152.photobucket.com/albums/.../Screen103.jpg

    I have uploaded a image here, I need to implement this.
    I download a game from ovi store labeled Demo, that shows this screen.
    I want to know that Nokia has provided support for this ?
    what tech of nokia is this ?

    Regards,
    SHSaqlaini.

  5. #5
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Since you mention Ovi Store, it is the IAP stuff what you can use, either for Java ME (note that only a fistful of devices support it now, practically the new Asha series), or for Qt (it has a much broader availability).
    Your thread is moved to the related board now.

  6. #6
    Nokia Developer Expert ctphong82's Avatar
    Join Date
    Nov 2011
    Posts
    6
    Quote Originally Posted by SHSaqlaini View Post
    Plz check link: http://i1152.photobucket.com/albums/.../Screen103.jpg

    I have uploaded a image here, I need to implement this.
    I download a game from ovi store labeled Demo, that shows this screen.
    I want to know that Nokia has provided support for this ?
    what tech of nokia is this ?
    In that picture, it seems to be an IAP wrapper developed by some third party company. However, you can totally implement it using IAP APIs from Nokia. Basically, what you need to do is:
    1. Create a full game having all features
    2. Add limitation to the game (number of playable levels, playing time...). Use a flag to control this mode (demo=true/false)
    3. Implement IAP interface which allows consumer to buy/unlock full game
    4. After having charged consumer, make sure to turn off demo mode and save game status. Otherwise, it'll ask user to buy again in the next time.
    5. Implement restoration policy for the ones who have purchased but do master reset or firmware upgrade.

    You can find all necessary APIs about IAP from the link that wizard_hu_ shared.

  7. #7
    Nokia Developer Expert izinin's Avatar
    Join Date
    Oct 2007
    Posts
    441
    Hi

    Definitely you can use IAP API to implement EXACTLY THAT functionality as you have shown in screenshot. Unfortunately there is no ready solution for Try an Buy functionality. IAP API allows you to implement "unlocking" something in you application. So you cannot safely demonstrate full functional application for some period of time as it is Try-and-Buy because you will allow to install it unprotected and there is no way to check whether user license has expired. But you can safely demonstrate your application full functional for restricted period of the application session -- i.e. the application is installed as protected with session timer and user have to buy ability to remove it.

    Considering your approach please mind -- user can choose device memory card for installation and your application resources could be freely accessible in file browser

Similar Threads

  1. How to implement traditional border-box box model on Nokia E63 / Series 60?
    By jhodgski2 in forum Mobile Web Site Development
    Replies: 2
    Last Post: 2011-12-16, 08:25
  2. how to implement the ui like the nokia message application.
    By kknd47 in forum Symbian User Interface
    Replies: 2
    Last Post: 2006-01-28, 00:56
  3. how I can implement Nokia SDK in my code MFC.
    By Halit in forum PC Suite API and PC Connectivity SDK
    Replies: 0
    Last Post: 2004-06-24, 10:18
  4. Can I implement OCR in JAVA in NOKIA phone?
    By mmilorad in forum Mobile Java General
    Replies: 0
    Last Post: 2003-03-26, 10:38
  5. Can I implement raw socket on nokia 7650 ??
    By u4206196 in forum Mobile Java General
    Replies: 2
    Last Post: 2002-09-11, 17:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved