Skip to content

Instantly share code, notes, and snippets.

@jayremnt
Created September 4, 2021 03:17
Show Gist options
  • Save jayremnt/83e8edd0aa64ff961839ce0a45ffdb89 to your computer and use it in GitHub Desktop.
Save jayremnt/83e8edd0aa64ff961839ce0a45ffdb89 to your computer and use it in GitHub Desktop.
IAP Json
{
"name": "Test App",
"templateData": {
"type": "news",
"welcomeMessage": "Welcome back",
"theme": "auto",
"dark-mode": true,
"searchbar": {
"placeholder": "Search...",
"notFoundMessage": "Not Found Message"
},
"columns": 2,
"showAccount": true,
"slider": {
"title": "Choose Category",
"selectable": true,
"choices": [
"Science", "Food", "Technology", "Knowledge", "Lifestyle", "Experience", "Politics", "Art"
]
},
"bottomBar": {
"defaultActiveTabIndex": 0,
"tabs": {
"settings": true,
"accounts": true,
"messages": true,
"explore": true
}
},
"swiper": {
"slidesPerView": 2,
"speed": "900",
"direction": "horizontal"
},
"pullToRefresh": {
"position": "top"
},
"lazyLoad": true,
"navbar": {
"type": "fixed"
},
"toast": {
"position": "bottom",
"timeout": "2000"
},
"ripple": false,
"loginPage": {
"require": true,
"title": "Login Title",
"description": "Login Description",
"figure": "https://i.pinimg.com/564x/65/dc/a6/65dca69f78972935caf61580e7c17bd9.jpg"
}
},
"articles": [{
"figure": "https://cdn.dribbble.com/users/213224/screenshots/8797712/media/2516934ddaf35bc6ee73b4d98d798ec6.png?compress=1&resize=800x600",
"category": ["Food"],
"title": "Article",
"description": "Article Description",
"content": "Article Content"
}, {
"figure": "https://cdn.dribbble.com/users/213224/screenshots/8797712/media/2516934ddaf35bc6ee73b4d98d798ec6.png?compress=1&resize=800x600",
"category": ["Food"],
"title": "Article",
"description": "Article Description",
"content": "Article Content"
}],
"products": [{
"id": "android.test.purchased",
"title": "Test purchased product",
"description": "This is just a test to make sure the application is working properly."
}, {
"id": "android.test.cancelled",
"title": "Test cancelled product",
"description": "This is just a test to make sure the application is working properly."
}, {
"id": "android.test.refunded",
"title": "Test refunded product",
"description": "This is just a test to make sure the application is working properly."
}, {
"id": "android.test.item_unavailable",
"title": "Test item_unavailable product",
"description": "This is just a test to make sure the application is working properly."
}],
"subscriptions": [{
"id": "com.znx.sub1",
"title": "Test subscription",
"description": "This may not be able to load."
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment