Search Results for:

5 Best App Store Optimization Tools for Better App Store Ranking in 2023

5 Best App Store Optimization Tools To Improve App Store Ranking

As an app developer, marketer, or business owner, you want your app to be seen and downloaded by as many users as possible. But with millions of apps competing for users’ attention in the app stores, how can you make your app stand out and get noticed? The answer is App Store Optimization (ASO). ASO …

5 Best App Store Optimization Tools To Improve App Store Ranking Read More »

Get payments

Get all user payment invoices paginated URL:  [POST] /api/v1/profile/payments curl -X ‘GET’ \ ‘BASE_URL/api/v1/profile/payments \ -H ‘accept: application/json’ \ -H ‘Authorization: bearer YOUR_AUTH_TOKEN -H ‘Content-Type: application/json’ Response JSON { “code”: 200, “message”: “Customer payments retrieved successfully.”, “data”: { “items”: [ { “amount_due_usd”: 15.0, “amount_refunded_usd”: 0.0, “id”: 9705, “reference”: “1014c5ec-fa05-4d63-8479-5412a87603f5-0”, “subscription_log”: { “is_expired”: true, “is_period_expired”: true, …

Get payments Read More »

Complete WooCommerce subscription

Callback for woocommerce subscription URL: [POST] /api/v1/subscription-plans/woocommerce/complete-subscription curl -X ‘POST’ \ ‘BASE_URL/api/v1/subscription-plans/woocommerce/complete-subscription \ -H ‘accept: application/json’ \ -H ‘Authorization: bearer YOUR_AUTH_TOKEN -H ‘Content-Type: application/json’ -d “{ \”contract_id\”: \”CONTRACT_ID\”, \”billing_intent_id\”: \”BILLING_INTENT_ID\”}” Response JSON { “code”: 200, “message”: “Subscription changed successfully”, “data”: { “current_subscription”: { “is_expired”: false, “is_period_expired”: false, “id”: 1039, “subscription_plan”: { “id”: 3, “plan_name”: “Spark …

Complete WooCommerce subscription Read More »

10 Key Benefits of No-Code App Development

10 Key Benefits of No-Code App Development

Are you looking to develop a mobile app but want to avoid dealing with the hassles of hiring an app development company or app developers? Have you considered trying out no-code app development? During the past few years, no-code development has revolutionized the app development industry. And innovative platforms like APPExperts allow you to easily …

10 Key Benefits of No-Code App Development Read More »

Change user subscription

Change user current subscription By default, all users are subscribed to the free plan. URL:  [POST] /api/v1/profile/subscriptions/change curl -X ‘POST’ \  ‘BASE_URL/api/v1/profile/subscriptions/change \  -H ‘accept: application/json’ \  -H ‘Authorization: bearer YOUR_AUTH_TOKEN  -H ‘Content-Type: application/json’   -d “{ \”subscriptionPlan\”: \”SUBSCRIPTION_PLAN_NUMBER\”}” Response JSON { “code”: 200, “message”: “Subscription changed successfully”, “data”: { “session_id”: “0c3e525a-33de-4a85-9fbc-xxx”, “payment_url”: “https://sandbox.woocommerce.com/confirm-subscription/xxxxx”, “current_subscription”: { “is_expired”: false, “is_period_expired”: false, “id”: …

Change user subscription Read More »

Login API

This API is used to obtain the access token used in all subsequent API calls.  URL:  [POST] /api/v1/login curl -X ‘POST’ \  ‘BASE_URL/api/v1/login’ \  -H ‘accept: application/json’ \  -H ‘Content-Type: application/json’ \  -d ‘{“email”: “EMAIL”, “password”:”PASSWORD”}’ Request parameters Parameter name Value Description Optional  email string Email of the user No password string Password of the user No Request parameters …

Login API Read More »

Registration API

This API is used to register a woocommerce user, and obtain the access token used in all subsequent API calls.  URL:  [POST] /api/v1/register curl -X POST “https://BASE_URL/api/v1/register” -H “accept: application/json” -H “Content-Type: application/json” -d “{ \”firstName\”: \”FIRST_NAME\”, \”lastName\”: \”LAST_NAME\”, \”email\”: \”EMAIL\”, \”phoneNumber\”: \”PHONE_NUMBER\”, \”subscribedThrough\”: \”woocommerce\”, \”plainPassword\”: { \”first\”: \”PLAIN_PASS”, \”second\”: \”REPEAT_PLAIN_PASS” }}” Request parameters Parameter …

Registration API Read More »

Responses and Error handling

401 – Unauthorized Response The Unauthorized response is returned on user authentication failure. 400 – Bad Request Response Invalid request with status code 400. e.g. JSON request was malformed. 403 – Forbidden Response Unauthorized response is returned on user authentication failure or permission error, 404 – Not Found Response The requested resource is not found …

Responses and Error handling Read More »

Google admob

AppExperts supports google admob. In order to include ads in your mobile application you should do the following steps: Login  in to google admob, If you don’t have an account go to google admob and create a new account. Go to Apps and add app (you will need to create a separate app for each …

Google admob Read More »

How to Create Cross-Platform Mobile Apps in 2023

How to Create Cross-Platform Mobile Apps in 2023 – A Comprehensive Guide

In mobile app development, the need for flexible solutions that work across different platforms has become increasingly important. Android and iOS dominate nearly 99% of the global mobile OS market, with over 3.55 million apps available on both Google Play and the App Store. Thus, it’s no surprise that cross-platform app development is gaining popularity. …

How to Create Cross-Platform Mobile Apps in 2023 – A Comprehensive Guide Read More »