BubbleTok - The Ultimate Tiktok Clone app - Short Videos Social Media Android App

BubbleTok - The Ultimate Tiktok Clone app - Short Videos Social Media Android App v1.0

No permission to download

ueno

New member
May 19, 2019
25
17
3
it seems like Billing is not implemented and also check if the buy button codes are present or not in the app
if its not present then you need to replace this code with billing need to add the code for the button as well

Looks like billing is implemented.
Just only need edit this code.
Like, If $?? click then show purchase dialog.
There is a Purchase Bubble API.
So, After purchase success, need call api.


_20200719_001309.JPG
 

elmocando

Active member
Oct 17, 2019
628
153
43
localhost
Looks like billing is implemented.
Just only need edit this code.
Like, If $?? click then show purchase dialog.
There is a Purchase Bubble API.
So, After purchase success, need call api.


_20200719_001309.JPG
Is it possible to share the updated script + DB?
 
M

Mmehrose

Guest
Anyone have the idea to edit this code to enable an in-app purchase?
If you send me a working code, I will send you working SQL.

If you have working SQL, Everything will be fine.
No need to edit anything.

Code:
private void initListeners() {
        viewModel.adapter.setListener((data, position) -> new CustomDialogBuilder(getActivity()).showSimpleDialog("Attention !", "In app purchase will be added \nat no cost ,once you purchase this code\nSkype: RetryTech", "OK", "Contact Us", new CustomDialogBuilder.OnDismissListener() {
            @Override
            public void onPositiveDismiss() {
                try {
                    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://wa.me/917990425274")));
                } catch (Exception e) {
                    e.printStackTrace();
                }
            }

            @Override
            public void onNegativeDismiss() {
                Toast.makeText(getActivity(), "Thanks for taking interest..", Toast.LENGTH_SHORT).show();
            }
        }));
    }
I can fix this error.. but you need to provide me latest database. I have already fixed admin panel.
 

Attachments

  • IMG_20200718_205809.jpg
    IMG_20200718_205809.jpg
    101.7 KB · Views: 30
  • Like
Reactions: susanoosword

codd3ex

New member
Jul 11, 2020
20
4
3
I think the code will have bugs despite everything we can try. So, can we all contribute some money and purchase the code from the original author. It would be like 50 people contributing 20 dollars each = 1000 USD. Once we will purchase the code, we can sell it to other people as well. Anybody interested..??
i am doing modification work in tictic app
Anyone have the idea to edit this code to enable an in-app purchase?
If you send me a working code, I will send you working SQL.

If you have working SQL, Everything will be fine.
No need to edit anything.

Code:
private void initListeners() {
        viewModel.adapter.setListener((data, position) -> new CustomDialogBuilder(getActivity()).showSimpleDialog("Attention !", "In app purchase will be added \nat no cost ,once you purchase this code\nSkype: RetryTech", "OK", "Contact Us", new CustomDialogBuilder.OnDismissListener() {
            @Override
            public void onPositiveDismiss() {
                try {
                    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://wa.me/917990425274")));
                } catch (Exception e) {
                    e.printStackTrace();
                }
            }

            @Override
            public void onNegativeDismiss() {
                Toast.makeText(getActivity(), "Thanks for taking interest..", Toast.LENGTH_SHORT).show();
            }
        }));
    }
in app purchase will not work the i have tried everything to fix this wasted more then 10 hours after and video upload function will work after S3 setting change in server side code you need to edit code in /api/ folder
 

LeLouched

Active member
Banned User
Jul 12, 2020
101
63
28
i am doing modification work in tictic app

in app purchase will not work the i have tried everything to fix this wasted more then 10 hours after and video upload function will work after S3 setting change in server side code you need to edit code in /api/ folder
/application/controllers/api ?
or other location for aws change
 
  • Like
Reactions: codd3ex

codd3ex

New member
Jul 11, 2020
20
4
3
models/user_models.php
see the line number 14 & 15 and also change the bucket in
api/User.php
both place .. it will be great help to provide me latest SQL. so i can test it for error resolve of your side..
DM me SQL..
 

LeLouched

Active member
Banned User
Jul 12, 2020
101
63
28
models/user_models.php
see the line number 14 & 15 and also change the bucket in
api/User.php
both place .. it will be great help to provide me latest SQL. so i can test it for error resolve of your side..
DM me SQL..
weird mine isnt uploading to aws but it does change
BrUZ5.png
 

Abhimitra

New member
Jul 13, 2020
9
1
3
i am doing modification work in tictic app

in app purchase will not work the i have tried everything to fix this wasted more then 10 hours after and video upload function will work after S3 setting change in server side code you need to edit code in /api/ folder
- do you mean we need to call 'file_upload_to_s3_post' in User.php ?
- See we are able to upload a profile picture which is saving in the same /upload folder. So, video upload should work.
- There is something missing in the android post logic and it's not posting/saving to /upload folder in server after pressing the [ok] button upon recording. In the toast it's simply printing '15s' text.
- Also in Post.php -> in 'add_post_post()' -> $post_video = ''; & $post_image = ''; Any issue over here.
- Tried but no luck.
 

codd3ex

New member
Jul 11, 2020
20
4
3
- do you mean we need to call 'file_upload_to_s3_post' in User.php ?
- See we are able to upload a profile picture which is saving in the same /upload folder. So, video upload should work.
- There is something missing in the android post logic and it's not posting/saving to /upload folder in server after pressing the [ok] button upon recording. In the toast it's simply printing '15s' text.
- Also in Post.php -> in 'add_post_post()' -> $post_video = ''; & $post_image = ''; Any issue over here.
- Tried but no luck.
did you check warning when u compile the APK ? u will get the answer.
 
M

Mmehrose

Guest
- do you mean we need to call 'file_upload_to_s3_post' in User.php ?
- See we are able to upload a profile picture which is saving in the same /upload folder. So, video upload should work.
- There is something missing in the android post logic and it's not posting/saving to /upload folder in server after pressing the [ok] button upon recording. In the toast it's simply printing '15s' text.
- Also in Post.php -> in 'add_post_post()' -> $post_video = ''; & $post_image = ''; Any issue over here.
- Tried but no luck.
It's very easy .. a little bug. maybe i can help . i need latest fixed sql..
 

codd3ex

New member
Jul 11, 2020
20
4
3
t
videos still dont get passed 15 seconds bug
that is not server side bug its in the android source code .. i have tried the default API of developer still appears 15 second msg.. but when you upload direct from your phone it will work properly.and can you provide latest sql so we can all work together in bug fixing.
 

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