Gojek Clone App - On-Demand Multi Service App

Gojek Clone App - On-Demand Multi Service App Gojek Clone App - KingX v2023

No permission to download

baley78666

Member
Jan 29, 2021
70
16
8
In Android Studio go to Files > Project Structure > SDK Location > Gradle Settings > In Gradle JDK Set it to the 1.8 version.
Screenshot-2022-06-11-172146.png

In case you don't have Gradle 1.8 version, download it from the oracle site.
I hope this helps.
there is no gradle settings on my android studio which version you are using
 

zivvi

New member
May 17, 2022
2
1
3
Warning: Use of undefined constant TSITE_DB - assumed 'TSITE_DB' (this will throw an Error in a future version of PHP) in /www/wwwroot/jivvi.jivvit.com/assets/libraries/configuration_variables.php on line 282
 
  • Like
Reactions: Beeebo

sumit786

Active member
Jan 28, 2019
101
33
28
Ride request notification not working provider app
Push notification not working


Also app is very very slow working plz help someone
 

NullPakint

Well-known member
Trusted Uploader
Mar 3, 2020
296
340
63
46
Pakistan
Ride request notification not working provider app
Push notification not working


Also app is very very slow working plz help someone
To work correctly you need to create a project in google maps api .

2- create the api keys for android + ios + panel (1 key for each one).

3- you go to firebase and import the project created in google maps

4- Create the files according to the packpages you want to use and download them.

The number ( id ) of the project created in google maps has to be placed in the panel ( settings ) + key firebase

No db add the auto generated keys by firebase in google maps api.

ready !!
 

sumit786

Active member
Jan 28, 2019
101
33
28
To work correctly you need to create a project in google maps api .

2- create the api keys for android + ios + panel (1 key for each one).

3- you go to firebase and import the project created in google maps

4- Create the files according to the packpages you want to use and download them.

The number ( id ) of the project created in google maps has to be placed in the panel ( settings ) + key firebase

No db add the auto generated keys by firebase in google maps api.

ready !!
1. I have created. Map api and placed on admin panel setting.
2. i have added cloud msz push notification server key on admin panel


3. On google project id what have to add. I have added gcm sender id on it.
Still not working

Ride notification comes on provider app when the ride is canceled by user.
 
Last edited:

sumit786

Active member
Jan 28, 2019
101
33
28
Plz help me to setup Ride push notification

Push notification not working from admin panel also for New ride request..

Plz help
 

sumit786

Active member
Jan 28, 2019
101
33
28
Plz help me to setup Ride push notification

Push notification not working from admin panel also for New ride request..
 

baley78666

Member
Jan 29, 2021
70
16
8
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
 

baley78666

Member
Jan 29, 2021
70
16
8
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
i am getting this error on google play console
 

baley78666

Member
Jan 29, 2021
70
16
8
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.onplace.customer">


<uses-feature
android:name="android.hardware.microphone"
android:required="false" />

<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.INTERNET" /> <!-- <permission android:name="android.permission.INTERNET" /> -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.FLAG_GRANT_READ_URI_PERMISSION" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <!-- Required for new Book for some else feature -->
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!--
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
android:preserveLegacyExternalStorage="true"
-->
<permission
android:name="com.onplace.customer.googlemapsv2.permission.MAPS_RECEIVE"
android:protectionLevel="signature" />

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.GET_TASKS" />

<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<uses-feature
android:name="android.hardware.camera.autofocus"
android:required="false" />
<uses-feature
android:name="android.hardware.location.gps"
android:required="true" />

<uses-permission
android:name="com.sonix.user.googlemapsv2.permission.MAPS_RECEIVE"
android:protectionLevel="signature" />

<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />

<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<application
android:name="com.general.files.MyApp"
android:allowBackup="false"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@String/app_name"
android:largeHeap="true"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="false"
android:supportsRtl="true"
android:theme="@style/AppCompatTheme"
android:exported="true"
tools:replace="android:allowBackup">
<activity android:name="com.onplace.customer.SearchCategoryActivity" />
<activity
android:name="com.onplace.customer.RideDeliveryActivity"
android:screenOrientation="portrait" />
<activity android:name=".deliverAll.checkAddView" />
<activity android:name="com.onplace.customer.deliverAll.SearchStoreForGenie" />

<uses-library
android:name="org.apache.http.legacy"
android:required="false" />

<activity android:name="com.onplace.customer.MenuSettingActivity" />
<activity android:name="com.onplace.customer.ProfilePaymentActivity" />
<activity
android:name="com.onplace.customer.UberXHomeActivity"
android:screenOrientation="portrait" />
<activity android:name="com.onplace.customer.MyProfileNewActivity" />
<activity
android:name="com.onplace.customer.DonationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.PrescriptionHistoryImagesActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.PrescriptionActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ProviderInfoActivity"
android:screenOrientation="portrait" />

<service
android:name="com.general.files.SinchService"
android:exported="true" />

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="true"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_provider_paths" />
</provider>

<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@String/google_android_geo_api_key" />
<meta-data
android:name="com.google.android.gms.version"
android:value="@Integer/google_play_services_version" />

<receiver
android:name="com.general.files.AlarmReceiver"
android:exported="true"
android:enabled="false">

<!-- <intent-filter> -->
<!-- <action android:name="android.intent.action.BOOT_COMPLETED" /> -->
<!-- </intent-filter> -->
</receiver>

<service android:name="com.onplace.customer.MyFirebaseMessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>

<service
android:name="com.general.files.MyBackGroundService"
android:enabled="true"
android:icon="@mipmap/ic_launcher"
android:label="Service Alert"
android:persistent="true" />
-->
<!--
<receiver
android:name=".StartServiceReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />

<category android:name="android.intent.category.DEFAULT" />

<action android:name="android.intent.action.REBOOT" />
<action android:name="com.sonix.customer.StartServiceReceiver" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.REBOOT" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.REBOOT" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.REBOOT" />
</intent-filter>
</receiver>
-->
<activity
android:name="com.twitter.sdk.android.core.identity.OAuthActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.LauncherActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.onplace.customer.AppLoginActivity"
android:screenOrientation="portrait"
android:theme="@style/noAnimTheme" />
<activity
android:name="com.onplace.customer.SelectCountryActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MainActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.VerifyFbProfileActivity"
android:screenOrientation="portrait" />

<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@String/facebook_app_id" />

<activity
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:label="@String/app_name"
android:theme="@style/FBtheme"
tools:replace="android:theme" />
<activity
android:name="com.onplace.customer.SearchPickupLocationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.FareEstimateActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MyProfileActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.StaticPageActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ContactUsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.HelpActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.QuestionAnswerActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.HistoryDetailActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.App.Base" />
<activity
android:name="com.onplace.customer.RatingActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.CardPaymentActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.EmergencyContactActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ConfirmEmergencyTapActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.EnterDeliveryDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MyWalletActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MyWalletHistoryActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.InviteFriendsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.VerifyInfoActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UberXSelectServiceActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UberXActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.OnGoingTripsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.OnGoingTripDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.AppLoignRegisterActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.AccountverificationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.SupportActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.FareBreakDownActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ForgotPasswordActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.PrefranceActivity"
android:screenOrientation="portrait" />

<receiver
android:name="com.onplace.customer.FirebaseDataReceiver"
android:exported="true"
android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
</intent-filter>
</receiver>

<activity
android:name="com.onplace.customer.ChatActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan" />
<activity
android:name="com.onplace.customer.SearchLocationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ListAddressActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.AddAddressActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ScheduleDateSelectActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UfxOrderDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UfxPaymentActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.BookingSummaryActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MaintenanceActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.Help_MainCategory"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.Help_SubCategoryActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.Help_DetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.RentalInfoActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.RentalDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="${applicationId}.braintree" />
</intent-filter>
</activity>
<activity
android:name="com.onplace.customer.VerifyCardTokenActivity"
android:screenOrientation="portrait" />
<activity
android:name="co.omise.android.ui.CreditCardActivity"
android:screenOrientation="portrait"
android:theme="@style/OmiseSDKTheme" />
<activity
android:name="com.xendit.XenditActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.cropper.CropImageActivity"
android:screenOrientation="portrait" /> <!-- Multi delivery_v2 Screens -->
<activity
android:name="com.onplace.customer.CommonDeliveryTypeSelectionActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.EnterMultiDeliveryDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MultiDeliverySecondPhaseActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MultiDeliveryThirdPhaseActivity"
android:screenOrientation="portrait" /> <!-- Deliver all -->
<activity
android:name="com.onplace.customer.deliverAll.FoodDeliveryHomeActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.RestaurantAllDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.SearchFoodActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.RestaurantsSearchActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.SearchRestaurantListActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.AddBasketActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.CheckOutActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan" />
<activity
android:name="com.onplace.customer.deliverAll.EditCartActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.PaymentCardActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.ServiceHomeActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.ViewCardActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.OrderPlaceConfirmActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.ActiveOrderActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.TrackOrderActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.OrderDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.FoodRatingActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.RestaurantAllDetailsNewActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.LoginActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.deliverAll.SignUpActivity"
android:screenOrientation="portrait" />
<activity
android:name="io.card.payment.CardIOActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.CouponActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.BusinessProfileActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.BusinessSetupActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.SelectOrganizationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.OrganizationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MyBusinessProfileActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.BusinessSelectPaymentActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.IncomingCallScreenActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.CallScreenActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.NotificationActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.NotificationDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.QuickPaymentActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.livechatinc.inappchat.ChatWindowActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UberxFilterActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MoreInfoActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UberxCartActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.CarWashBookingDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.MoreServiceInfoActivity"
android:screenOrientation="portrait" /> <!-- Book for Some Else Activities -->
<activity
android:name="com.onplace.customer.BookSomeOneElsePickContactActivity"
android:screenOrientation="portrait" /> <!-- FavDriver Activities -->
<activity
android:name="com.onplace.customer.FavouriteDriverActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.BookingActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.ViewMultiDeliveryDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.onplace.customer.UserPrefrenceActivity"
android:screenOrientation="portrait" />
<activity
android:name=".deliverAll.GenieDeliveryHomeActivity"
android:screenOrientation="portrait" />
<activity
android:name=".deliverAll.FindStoreActivity"
android:screenOrientation="portrait" />
<activity
android:name=".deliverAll.BuyAnythingActivity"
android:screenOrientation="portrait" />
<activity
android:name="com.general.files.SafetyDialog"
android:screenOrientation="portrait"
android:theme="@style/NoActionBar" />
<activity
android:name="com.general.files.CovidDialog"
android:screenOrientation="portrait"
android:theme="@style/NoActionBar" /> <!-- Verify Charges -->
<activity
android:name="com.onplace.customer.AdditionalChargeActivity"
android:screenOrientation="portrait" />
</application>

</manifest>
 

Forum statistics

Threads
69,229
Messages
908,458
Members
237,124
Latest member
skull

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu