I am trying to implement app support in app BB.
Ok, I read the API / docs, and now I need to write a simple test. Here's what the API says about testing:
To test end-to-end flow of purchases without paying money, you can configure your BlackBerry ID as a test account. The test account allows you to download any application or digital goods associated with your BlackBerry App World vendor account at no cost. Local testing should be disabled for this type of testing, otherwise network connections will not be made.
From the above, I see that I need to achieve 2 goals:
- (1) "set up your BlackBerry ID as a test account" (what that means).
- (2) βLocal testing should be disabled for this type of testingβ (what it means).
The API is unclear on how to do this. I can only guess that point (1) can be made on the side of my client (whom I write the application) through his AppWorld account. It's true? And I completely exclude ideas (2). Can someone point me in the right direction?
source share