Mahmoud Waked

Results 4 issues of Mahmoud Waked

Uploading file Not Working when file name contains Arabic numbers or characters. Please help me this is urgent! ``` fun attachMessageFile(attachRequest: AttachRequest, upload: UploadProgressListener?): Single { return Rx2AndroidNetworking.upload(ApiEndPoints.ATTACH_FILE) .addHeaders(apiHeader) .addMultipartFile("file",...

Hello, I am on a premium plan and I added a payment method to my account. I have monthly active premium users but i don't know how to pay you...

Hello, I am trying to request permission and listen to complete() or error(e: VpnException) but callbacks don't work when granted or denied VpnPermissions. ``` if(VpnPermissions.granted()){ Log.d(TAG, "VpnPermissions.granted() == true") }else...

This Exception happened with me with some devices and some devices not happen, just when i trying to open the app it throw this Exception, It's working fine with most...