Hi every body
i want to use in-app purchasing in my application and i want to know how can i activate payment by operatore billing i have only payment by card
thanks in advance
Hi every body
i want to use in-app purchasing in my application and i want to know how can i activate payment by operatore billing i have only payment by card
thanks in advance
It should be transparent to you as an application developer. Availability depends on the country and Nokia's agreements with operators in that particular country. In other words, operator billing is not available everywhere (every country) and with every network operator (in those countries).
Last edited by petrib; 2012-10-05 at 22:17.
Hi ,
our apps target markets include Egypt were they do have Operator Billing.
How can we simulate from where we are (Morocco) a behavior of someone in Egypt using IAP with Operator Billing ?
If you are using test mode, that probably works with a fixed 'offering'.
If you mean you have your application in the Store already, roaming with a SIM card from Egypt and using an account registered to Egypt may provide the same behaviour even if you are in Morocco or anywhere else.
Are you experiencing some particular problem (or have it reported by your users in Egypt)? Because in that case describing the problem itself may lead to a solution faster.
in general you do not need to care of teh billing mode, its handled by the API and the logic parts of your application should behave just the same with both CC & OB
thanks for your answers
for my application i still in the development phase and i just want to test the both method
i have anther question about the IAP how to activate (or to use ) the test mode
thanks again
Reading the documentation could be a good starting point.
Java: http://www.developer.nokia.com/Resou...plication.html
Qt: http://www.developer.nokia.com/Resou...t-the-app.html
(sometimes you may have to open Library links twice in order to get the real page - the first attempt may result in getting the Library main page only)
As said, you do not need to test Credit card billing & operator billing separately, in the end the payment engine should hide the payment method from your application, so you should nto concentrate on issues you have no control, or which are generally not creating any issues to your application logic.