Would it be a earning app if i create a education app in which user has to watch a rewarded video ads to earn point from which they will unlock contents and Quizes and test ?? Will admob will accept or facebook audience network.Please guide me/
As long as the reward is used in the app (for example to unlock a new level or extra lives) it’s fine.
To unlock new content i.e Premium Quiz And Notes and Test from the earned points
- Use TinyDB or Airtable to store their point. Integrate Admob Rewarded Video
- When the reward video gets over add points to that tags/variable
eg:
on Rewarded video completed :
set point = get point + 10 - When they want to unlock thing then subtract those points from tag or variable
eg:
GetPoint_btn . Clicked :
if point > 10 :
set point = get point - 10
open another screen with start value “abcdef”
I have problem regarding tiny db can you give aia of the block please ??if you can
Community members are here to troubleshoot your problem. Give it a try.
How to use tiny db so that when we go another screen and come back to previous screen the Button remains unlock.
When to load ads ?
please help
You should give user option if he wants to see a video ad or not. If yes, load ad.
Okay if button click then ad will load after loaded ad will show
Yes, you’re right.
tiny db for storing value when moving to another screen and coming back to previous screen label and button
first add TinyDB on your app
now : I am typing block as i cannot post images now
store tag (points) value = get tag (point) + 10
0 if tag not present
looks like we have many jee aspirants here
See tutorials on youtube about tinydb or you can use firebase
Edit :- firebase is more secure than tinyDB
i am also preparing for jee 2021
same here…
I want to Store Button Visible after unlocked using tiny db so tat when the user open the app again the unlocked button visible …?><>////
Don’t share here pm here.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.