How "Earn Credit Apps" Work? - Android Q&A, Help & Troubleshooting

Dear all
I install some android apps. They usually ask me to watch ads or install others apps to earn free credit. I want to know more about those applications and how do they work. For example, The app ask to install a game app to play until level 3 to earn credit. My question is How do the app know if I install other app successfully and even know when I get to certain level inside other app. How?

Rexkh said:
Dear all
I install some android apps. They usually ask me to watch ads or install others apps to earn free credit. I want to know more about those applications and how do they work. For example, The app ask to install a game app to play until level 3 to earn credit. My question is How do the app know if I install other app successfully and even know when I get to certain level inside other app. How?
Click to expand...
Click to collapse
They just put advertisements of sponsors and tell their users to download sponsor's app. The user downloads and runs it. When user does this, the app runs silently behind and track properly whether you installed that app or not. After confirmation they give you money. Simple.

Actually.
There is something called Dynamic Linking.
According to certain algorithm in the Sponsers server , when ever you click a link to watch videos , or download apps
You get a url which is only unique to you.
For video it is simple , after watching a video , it redirects you to a new url .
When the user visits the spicific url , this means that the user has watched the video completely , without watching completely , you cannot get to that url.
But for apps , there is something called Dynamic Addressing.
The Server changes a specific text file which is modified inside the apk within the server before you download it.
The text file has a url unique to you and changes with everytime we download
Once you download it , the app at backdoor visits the link.
When the link is visited , the server confirms that you have downloaded the app. It then sends the sponser a signal and then you are given money..
As Simple as that
Cheers

So How do the app check to see if we reach certain level in the game?

Related

Is there any way to access google market/play without a smartphone ?

Hello
My question is:
Is there any way to access google market/play without a smartphone?
Because there are people out there, that do not like to synchronize their mobile phones to google or don't want google to see their behaviour and more on smartphones.
A while ago I read something about a small team that could get access to the market throught the sdk or combined with it.
However, if someone allready did it, I would be thankful to get some more information about it.
You can go to the website.
There is also an unofficial API and a few applications for Java and Win32 to download apks with your market profile.
Web browser, tinfoil hat optional.
I'm using Real Apk Leecher tool for windows but keep in mind that this is against the google rules...
Maybe try play.google.com?
Matheus-007 said:
Maybe try play.google.com?
Click to expand...
Click to collapse
He wants the apk, at play.google.com you can only login with your gmail account and send the apps to your phone instead of getting the apk's to your pc :/
thanks for the tips!!
any other suggestions?
theres a whole host of other sites you can use, if you type the app name in google
it will probably direct you to the play store first then give you options of other sites to choose from where you can download them . . mainly if the apps are free though
http://download.pandaapp.com/
^^ that is a site i've used a couple of times.
transfer the app onto your and use a file manger like Astro to install.

Do you use Licensing in your apps?

Was just wondering what peoples thoughts were on using the Android Licensing copy protection in their apps? Do you use it and do you spend a lot of time on it or have any creative ways to help enforce it?
As we all know any kind of drm will always be cracked but I just wanted to know if people found it worthwhile to have..
I'm using In-app-billing, because I found that even licensed apps can be copied.
And yes, all apps can be cracked eventually, but most of the publishers of cracked apps remove them if you ask to. So that's what I'm gonna do!
Sent from my Nexus 4 running Android 4.2 JB
I don't like license checks that force you to be online, but I do like to have 'something' in place...
Recently I started working with some OEMs in India who wanted to pre-load my apps on their devices. Very exciting obviously, but I didn't know if I could trust them as I'd never heard of them.
So what I did was get the app to load a web page on one of my servers off the screen (9000%x...) so that it couldn't be seen. The page it linked to was empty, but if I wanted to I could modify the code to include a redirect that would send it to another page. Then in my 'onPageOverride' event I just said if URL = 'stopapp.htm' then do whatever it was I wanted to do.
What I actually have it do in that event is to fill the entire screen with that web page. The user then can't interact with the app underneath, but they get a message that I can create at the time saying 'This app has been illegally distributed' or whatever else I want to say. I can even forward them on to the download page if I want this way.
This works well too because if the user isn't online, the page just doesn't load and nothing happens. But if I want to stop offline use as well I can save a file in File.DirInternal and have the app check for that. 'SwitchOff.txt'. They get caught once, then they can't use the app.
Obviously this doesn't work quite like a license check, but what you *could* do with it is to have the app pop up with a message to people using an old version that's not updated. That's probably downloaded off of some file sharing site, so you could then just keep pestering them to 'update' and send them to the Play Store to do so. You can also check how many of the users on that version of your app are legitimate by looking at your Play Developer Console.
One thing to note is that the redirect URLs you use will need to be different in every version of your app that you release.
Hope this helps someone! I wish I'd done it sooner, one of my apps is all over the web grrrr...
pretty much the same as what I'm doing atm except I just ping a server in the background and display a popup if the result meets certain conditions.. I don't disable the app either as I can't be 100% certain it's pirated, instead I display a "scary" popup saying if they're using a pirated copy this is illegal etc.. your average user won't know how the popup was generated so it should be enough to make them think "someone" is onto them and go the proper route.. With the added bonus a genuine user can just press ok and carry on using the app
Sent from my Nexus 4 using Tapatalk 4
Currently, none of my apps use licensing.
For one of my paid apps, about 5% of the downloads are from non-Google Play sources, meaning, I'm not seeing any revenue from those 5%.
There is an Android API, that allows developers to see which platform their app was downloaded from. So, I've been thinking about adding that hidden feature to my apps and maybe do something fun with it. But, haven't got around to it yet. My thinking has been that if somebody downloaded a pirated copy of my app, then they probably weren't going to pay for it in the first place. And, hopefully, they will tell their friends about it and maybe one of them will actually purchase it through Google Play.
I already have all my licensing code in place and commented out. Since my app is pretty new I want to see how it does before adding licensing. Since the app is free and income is from IAP its not too bad. I'd only turn on licensing in the next release if I see a pressing need for it.
Currently, none of my apps use licensing.

[Q] How do Mobile Ad Networks put ads in our apps?

I make apps with tasker and I want to put them up on Play store in order to earn bucks, but they are not good/useful enough to sell directly. So I need to put ads and as far as I have read, I have to contact an ad network or two. But the problem is that I don't have programming knowledge at all! All I know is to make series of tasks and scenes in tasker and export them with tasker app factory so I have an apk file in the end.
I can make almost all apps which are usually seen in the top free apps' trends in Play Store.
So, how will I put their ads? Do they give something which involves the use of Android SDK? Or can I give them my apk file so they will incorporate their ads for me? (this doesn't seem safe though).
One solution for this may be that they give me HTML for the ad so I can put it in tasker's HTML box, but then the ad networks won't be sure if their ads are showed properly or I am showing something else over the HTML box.
Also, do I have to pay the ad networks in advance or do they only take the share from the advertisements' earnings?
____________________
UPDATE: I have learned how to develop real android apps using java and I have been uploading my apps with the name "Apps By Usman".
I thank everyone for the replies and I want to let everyone know that although I personally do not require an answer to this thread now, anyone who can share information about tasker apps and their monetization should write a reply for those visitors who would be needing such answer.
the post is like 4 months old, so i don't know if you still need the answers, but since nobody answered yet, i guess i'll just try, who knows if it helps you or anybody else.
i never used tasker before, but as far as i know, ads network company is providing sdk we have to include in our development project, some company like millenial media (i don't know about other company though) even providing step by step instruction of how to put their ads into our application on their website.
from your question, i assume tasker is something like game maker or app maker, sorry if i'm wrong, well, since i've some experience in using game maker also, just in case i'm right, in game maker, if they support putting ads into application, usually they include some option to do so, and the sdk from the ads network company is already included, i don't know if tasker have something like this.
hope this helps.
Thanks for the reply, tasker is not a development environment, it is just an app which lets us invoke different functions of phone on a step by step manner, and even lets us export these sets of actions as apk files.
I have, however, found that there is a very little possibility for banner ads in it. So I have now learnt coding in java and I am now making apps in java.
The answer to this question, if someone else is interested is that tasker can invoke html banner ads with the help of webview object if your preferred ad network supports this format, but to make real and native apps, we need to learn java.
if anyone needs to integrate ads in your tasker aps contact us.we have developed a plugin to help you.
noorudheen km said:
if anyone needs to integrate ads in your tasker aps contact us.we have developed a plugin to help you.
Click to expand...
Click to collapse
admob?
You can get benefits by advertising.
Each advertising platform, there will be a detailed access way and their own SDK,
My Skype is: s40319882
Welcome exchange
noorudheen km said:
if anyone needs to integrate ads in your tasker aps contact us.we have developed a plugin to help you.
Click to expand...
Click to collapse
I am willing to monetize my app made with Tasker, is there any easy easy way to insert or inject ads into the apk without codes?
As for paying the ad networks- are you looking to advertise your product or publish advertisements on your app? I guess it depends how many users you have! If you want to both promote your app and monetize your audience base, you should consider choosing a cross-promotional advertising company. I can give suggestions, but for now I suggest you google App cross promotion companies and pick the one that is best for you.
As for the tool kit, it again depends on the company, but a good company will have the option of SDK, API S2S, open RTB, JS tag, etc
ad mediation !!
hey , if still need answer , ther is some mediation website where you upload your apk and they put their sdk in it with some banner or interstitel ads but still limited as tyou can't control where ads will show up, only at the begining or the exit .
So being this thread has been revived, Ad networks do not put ads in your apps, you have to put the ad networks into your app. This is normally done by taking hours and hours of your precious time coding a SDK into your project. Boring.....
Using Enhance, you can now integrate all of the services that providers offer without ever having to touch an SDK again. With little to NO coding at all and without touching source code, Enhance® is the easiest way to integrate 3rd party services into your project or to keep them up to date. (Ads, Mediation, Analytics, Attribution, Crash Reporting and more) No more SDK integration!!!
We even have a "ZERO CODE" option for certain features!!!
For more information on Enhance, just follow this link : https://goo.gl/kufiQQ
ismaelbb said:
hey , if still need answer , ther is some mediation website where you upload your apk and they put their sdk in it with some banner or interstitel ads but still limited as tyou can't control where ads will show up, only at the begining or the exit .
Click to expand...
Click to collapse
The point is being able to choose the placement and format for in-app ads easily. That's why mediation works so well.

App rejected for inexistent copyright infringiment

today I submitted an update for my movies app. I dont know if I can link the app, but basically it is similar to the more pupular MovieMate. My app allows the user to browse movies, read descriptions, add them to watch list and so on.
The update was rejected since according to the useless guys at google I'm violating intellectual property, while all the other movie apps on the play store apparently are ok. It frustrates me since I put in MONTHS of work for this app and got very few downloads in the first month. And now i cant even submit updates.
The data is fetched through TheMovieDatabase and I give them credits both in the app and in the store description. The API are explicitly saying that I'm ALLOWED to use their information for commercial purposes.
Now I want to appeal. What should I write to the google guys to get the update accepted?
cececefotl said:
today I submitted an update for my movies app. I dont know if I can link the app, but basically it is similar to the more pupular MovieMate. My app allows the user to browse movies, read descriptions, add them to watch list and so on.
The update was rejected since according to the useless guys at google I'm violating intellectual property, while all the other movie apps on the play store apparently are ok. It frustrates me since I put in MONTHS of work for this app and got very few downloads in the first month. And now i cant even submit updates.
The data is fetched through TheMovieDatabase and I give them credits both in the app and in the store description. The API are explicitly saying that I'm ALLOWED to use their information for commercial purposes.
Now I want to appeal. What should I write to the google guys to get the update accepted?
Click to expand...
Click to collapse
Tell them to give you the reasons WHY they rejected your app, then, you can work on fixing these reasons.
This is from the email
I reviewed Movie and Tv suggestions, com.dcs.shows, and had to reject it because of an unauthorized use of copyrighted content. If you submitted an update, the previous version of your app is still live on Google Play.
Here’s how you can submit your app for another review:
Remove any content owned by a third party from your app. For example, your app contains: several images of movie posters like "Mad Max & Suicide Squad" in the phone screenshots and within the app experience. Affected Translations: en_US
Read through the Unauthorized Use of Copyrighted Content article for more details and examples.
Make sure your app is compliant with the Impersonation and Intellectual Property policy and all other policies listed in the Developer Program Policies. Remember that additional enforcement could occur if there are further policy issues with your apps.
Sign in to your Developer Console and submit your app.
Click to expand...
Click to collapse
this my app: github (dot) com / fermatijoe / shows2
cececefotl said:
This is from the email
this my app: github (dot) com / fermatijoe / shows2
Click to expand...
Click to collapse
Okay, these movies are copyrighted and you can't use them unless you have permission. To be honest, if you start such a big project that requires 2 months of coding, at least read through the rules before posting it.
RAZERZDAHACKER said:
Okay, these movies are copyrighted and you can't use them unless you have permission. To be honest, if you start such a big project that requires 2 months of coding, at least read through the rules before posting it.
Click to expand...
Click to collapse
What about the other 1000 apps that do the same thing? Look for Movie Mate on the play store. The first screen is a huge Mad max poster. And the appe is paid and has milions of downloads.
cececefotl said:
What about the other 1000 apps that do the same thing? Look for Movie Mate on the play store. The first screen is a huge Mad max poster. And the appe is paid and has milions of downloads.
Click to expand...
Click to collapse
Really? That app has copyright allowment.

General Download Any Apk Off The Playstore Without installing Google, AMAZON, or Any other APP Store

EDIT-- This post is super old (but still works).
Another method (maybe better for your use case?) is the Aurora store. Please see the COMMENTS SECTION.
How To Download any app on the playstore, Without installing GMS, GAPPS, AMAZON, Or any other App Store
EVOZI:
https://apps.evozi.com/apk-downloader/
GOOGLE PLAY STORE:
Android Apps on Google Play
Enjoy millions of the latest Android apps, games, music, movies, TV, books, magazines & more. Anytime, anywhere, across your devices.
play.google.com
Simply paste the playstore link to evozi, of the app you want to download!
This is not warez, you Can Not Download Paid apps.
This site just caches and backs up all our favorite apps.
Rarely, if you're looking for something too obscure, it will not be able to locate it.
Have Fun
Google Play Store lets you download and install Android apps on an Android-powered phone or tablet or emulator if GMS Core already are installed thereon.
Sometimes evozi will say something about "you're being rate limited" and it won't work. I think this is bc they are getting too much traffic. I use Evozi in this example, as it is the cleanest (adless) experience, but do bare in mind you can always use other Mirrors~! sites like APKpure.com are mostly safe
any idea how does https://apps.evozi.com/apk-downloader/ work as am trying to automate some work and i dont want to depend on apk-downloader or any other mirror
@synackers sorry I just now had the time to research what I wanted to share. There's a "store" that has access to the playstore repositories, that is open source, and gives the user the freedom to choose to enable google features or not. This works on windows phones too and I would guess WSA too?
It is called the "aurora store" it's website is here:
auroraoss.com
This is still new to me so I can not explain it personally but the knowledge is available
This article explains a little about it and shows pictures
Maybe they have a github repo somewhere you can obtain the code you need to dl things
Hope it helps!
Hi Jeneh , to be honest am not interested in any open source apk mirroring available in internet
am seeking to understand how auroraoss or evozi actually works behind the screen ... how do they give you apk to be downloadable is also fetched from other mirror or do they have google developer and google offer any api to play store ..etc
more deep technical details is of my interest . i do appreciate your feedback
@synackers The Aurora Store is different from evozi or other sites like evozi, in that it actually accesses the repositories, ie the link to the android app in question.
For instance: to download the app "Termux" a call is made to get the app from com.termux and it goes on to install and build from there, the latest software.
When using evozi or apk mirror, they save actual hard copies of the apps to their servers to share to users, which could be any older version of the app.
Evozi regularly redownloads the more popular apps from the play store and they take requests. However there is No version choice available. The downloaded apks hash signatures will match the playstore app sigs for that app version.
Sites like apk mirror and others tend to keep all the older app versions and provide a choice which version to download. This is my only use case for these as they are more risky and you should vet the sigs on them.
Here is aurora's gitlab https://gitlab.com/AuroraOSS/AuroraStore
This link has all the code to be able to go through and find exactly what you need.
Some info on the code
"Aurora Store was originally based on Sergei Yeriomin's Yalp store. Aurora Store v4.0 is a rewrite of version 3 in Kotlin"
The developer of the store has made a page here on xda that maybe they would be willing to give better insight to a specific question you have in the installation process to provide the technicals.
Outside of Aurora, it may be beneficial to learn about PackageInstaller to be able to manually install and or uninstall apps with code. Or Package Manager, if you open that spoiler and select the "PM" option you can see all the code for using it.
Hi Jenneh ,
much appreciate your response and cooperation |
https://www.codevoila.com/post/77/how-to-install-or-uninstall-an-android-apk-file-programmatically this is definitely valuable and its crystal clear for me on how aurora works.. i had a glance at the code in github .
now my challenge or use case which i want to achieve is as following ;
1. need to take APK directly from play store ( i dont mind if google offer paid API which am not aware or seen )
this should be automated off android physical phone / or emulator
working in other project ^^ and stuck in this point
what i have noticed indeed evozi take package from playstore cause i checked an APK which recently was published and not available in any other mirror site
Aruroa still need mobile phone or emulator to work
Thanks again and appreciate your cooperation
With regards to thread's title "Download Any Apk Off The Playstore Without installing Google, AMAZON, or Any other APP Store" take note that you of course need an app store to get APKs from.​
Never make use of Aptoide: it's Large, Decentralized, Dangerous.
Aptoide is one of the most sophisticated app sources. The store works with a distributed network of different store providers and combines them on a unified platform. However, this poses significant security risks.
Truely not what am seeking , any mirror is not an enterprise grade options cause security risk is high so if there is any way to download directly apk from play store without the need for emulator or device would be much appreciated
The app store with least security risks is Google Play Store.
Apps from outside of the Google Play Store are also scan using Google Play protect on the device, it is a security risk to install apps outside of the Play Store but as long as you trust the app developer you should be fine.
well, what is the case if i need to automate a way for MDM solutions
IDK.
Probably MDM isn't not applicable if the managed devices differ in Android version and ARM architecture.

Categories

Resources