@extends('admin.layouts.app') @section('panel')
@lang('First of all, you have to create an in-app purchase product non-consumable in the Play Store. we assume that you already created some non-consumable products in the Play Store console now we will show the process of how you can set enough necessary processes to verify in-app purchases')
@lang('1. Enable APIs in Google Cloud Console')
@lang('2. Create a Service Account in the Google Cloud Console')
  • @lang('Go to the ') @lang('Google Cloud console') @lang('IAM & Admin') @lang('Service Accounts') @lang('page. Please use the same Google Cloud Project you used in the previous steps. Click the Create Service Account button')
  • @lang('Then a new popup will appear, just enter your service account name then a service account will auto-generate. Just copy the service id(email id) and click the create and continue button')
  • @lang('Now a new window will be visible, just click on the select a roll drop-down button. Select 2 roles Pub/Sub Admin and Monitoring Viewer. Click on the continue button, and then the done button')
  • @lang('Find the newly created account in the list and the actions click manage keys. Create a new JSON key and save it locally on your computer. And Upload it to the admin panel')
@lang('3. Grant Permissions in the Google Play Console')
  • @lang('Go to the') @lang('Users and Permissions') @lang('page in the Google Play Console and click Invite new users')
  • @lang("Enter the email of the service account you've created in section 2 of this guide and make sure you select your app properly")
  • @lang('Check on below mentioned permission and click on apply button')
    • @lang('View app information (read only)')
    • @lang('View financial data')
    • @lang('Manage orders subscriptions')
    • @lang('Manage store presence')

    @lang('Note: It takes at least 24 hours for changes to take effect but there is a hacking way. Just check this ') @lang('link')

@endsection @push('breadcrumb-plugins') @lang('Download File') @endpush