-
Till now I have published free symbian,c++ applications and New to In App Purchase.
How to get started for symbian In app Purchase.
Please give me the standard apis and required SDK's.
the links to code in app purchasing are not working
[url]https://projects.developer.nokia.com/dav/iap/doc_symbian/index.html?content=GUID-DA83C029-986C-4C22-8E05-4E23523D5A98.html[/url]
[url]https://projects.developer.nokia.com/dav/iap/doc_symbian/index.html?content=GUID-88786A69-6E3A-4F18-A242-202891D394D6/annotated.html[/url]
given in the following pdf
[url]https://projects.forum.nokia.com/dav/iap/doc_symbian/InAppPurchase_QuickStartForSymbian.pdf[/url]
Can I proper code for in app purchasing for symbian applications.
-
Please give me code or sdk for In app Purchasing for symbian,c++ mobile applications.
I have not found any where in devloper.nokia.com the api or sdk or code for In app Purchase for symbian.
Where as Iam able to find example code for only Qt applications and implemnation of code.
Please give me example code and implementation methods for symbian also.
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
there is no API available for Symbian C++, thus you would need to use the one for Qt with your applications targeting Symbian devices.
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
Can u please try the api for symbian, c++ again a I want my present symbian, c++ aplications to iupdate ith in app purchase
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
It would not really make any difference on how much I would try, as said there are no API available for Symbian C++ that I could give to you, so I would suggest that you would try Qt APIs instead.
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
If that is the case , can I use Qt api's for pure symbian,c++ applications also ?
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
[QUOTE=GTO_India;900093]If that is the case , can I use Qt api's for pure symbian,c++ applications also ?[/QUOTE]
In thoery yes, but in practice not. So you should really consider making a Qt Application.
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
Even the links for "To Code In-App Purchasing" mentioned in In-App Purchase - QuickStartForQt pdf are not working
If you do not (yet) have access to the API package, you can view some sample code fragments from the TryAndBuyExample here:
[url]https://projects.developer.nokia.com/dav/iap/doc/index.html?content=GUID-EB5CE7AA-14DD-4B6D-BADB-E52B561E18FD.html[/url]
The sample code fragments show how you can:
structure an app
read in-app IDs from the names of sub-folders containing in-app purchase resource files
call In-App Purchase API functions to send requests to Nokia Store
handle the asynchronous responses sent back by Nokia Store
To browse a reference to the In-App Purchase API functions, their parameters, and returned errors, go to:
[url]https://projects.developer.nokia.com/dav/iap/doc/index.html?content=GUID-532F510B-9EE3-4069-AD8D-3E225C47A446/class_i_a_p_client.html[/url].
Any How presently Iam trying the Bookshelf example
[url]http://projects.developer.nokia.com/iap_sample/browser[/url]
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
We will check the dead links.
[QUOTE=GTO_India;900100]
Any How presently Iam trying the Bookshelf example
[url]http://projects.developer.nokia.com/iap_sample/browser[/url][/QUOTE]
Good luck!
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
please check all these dead links
the links to code in app purchasing are not working
[url]https://projects.developer.nokia.com...3523D5A98.html[/url]
[url]https://projects.developer.nokia.com...annotated.html[/url]
[url]https://projects.developer.nokia.com...B561E18FD.html[/url]
[url]https://projects.developer.nokia.com..._p_client.html[/url].
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
You might want to give actual links, those what you gave are not linking to any place really. Anyway, do start from: [url]http://www.developer.nokia.com/Distribute/In-app_purchasing/[/url]
basically the qyuick start guide link works just fine: [url]https://projects.forum.nokia.com/dav/iap/doc/InAppPurchase_QuickStartForQt.pdf[/url]
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
Yes Yucca you are right "https://projects.developer.nokia.com..._p_client.html" is working where as links contained in that pdf which i mentioned below
are not working
[url]http://nds2.fds-forum.nokia.com/extras/inapppurchase/repository[/url] too
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
for the repository, please check: [url]http://www.developer.nokia.com/Community/Wiki/Install_the_In-Application_Purchase_API_on_Qt_SDK_1.2[/url] for how to use it.
You can not open it with browser, so the link works, you just need to understand what to do with it.
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
ok I got it yucca. Iam trying to update the api msssing.
-
Re: Please give me code or sdk for In app Purchasing for symbian,c++ mobile applicati
just follow the instructions step-by-step and you should get it working just fine.