-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
60 lines (41 loc) · 2.49 KB
/
README
File metadata and controls
60 lines (41 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
===============================================================================
Description
===============================================================================
This Android application demonstrates how to use the Netmobo platform and
the FeeFactor API to implement a reward program.
===============================================================================
Introduction
===============================================================================
The Netmobo Reward Program Android Demo application is initially designed to
use Netmobo's own test configurations. However, it is designed to be
configurable so that you can use your own data. This page discusses how you
can configure the application.
But first, you must request from Netmobo Support (email to support@netmobo.com)
so that Rewards feature will be enabled for you.
More information about the Reward Program use case is presented in this page:
http://www.netmobo.com/docs/Content/QuickStartGuides/RewardsProgram/RewardsProgramIntro.htm
===============================================================================
How to Configure the Rewards App to use your Netmobo Account
===============================================================================
The configuration file is /assets/quickstart.properties.
Replace the values of these variables with the webservice endpoint provided to
you when you sign up for your Netmobo account. For example, if you were given
the endpoint "http://api.feefeactor.com/rest", these are the values you would
need to supply:
#sample values
feefactor.ws.host = api.feefactor.com
feefactor.ws.port = 80
feefactor.ws.path = rest
Supply the BrandID given to you when you sign up for to Netmobo:
feefactor.service.brandid = put your BrandID here
Supply the BrandServiceID given to you by Support Team (mailto: support@netmobo.com)
when you requested the Rewards service be enabled for you.
feefactor.service.brandserviceid = put your BrandServiceID here
===============================================================================
How to Configure your Netmobo Account for Rewards Program
===============================================================================
Refer to the guide in
http://www.netmobo.com/docs/Content/QuickStartGuides/RewardsProgram/RewardsProgramIntro.htm
Define Products, Users and Accounts as described in Steps 1 to 5.
Build your .apk and run your Android Application.
You should be ready to use the username and password of your created User/s.