What I want is to ask user to view 5 video ads , based on that they will get point ,
When required point is accumalated they will be able to view next activity in and android app,.
My abs is non gaming app.
Is it allow to integrated in non gaming platform.
Reward Videos are made to give user some extra coin, tokens, points, unlock stage. This is regarding the game. Kudos.
This is not limited to the game actually. You can use it in regular app also. Developer use it for deliver some digital good like doc, pdf, ppts. Some quiz app use it for unlocking next level/exam/paper.
Conclusion : you can surely use that in non game apps.
Link of Documentation.
Related
Can you advise whether there is any way to get the dynamic, visual content from the website in the Android mobile app?
To explain it better – this is what we offer to the customers on computer & mobile device (any of those 2 visual, interactive toursis placed on the website through iframe):
https://itoma.co.uk/our-online-virtual-tours/
Instead of a browser on the mobile - we want to give our customers the same experience in Android app (with extra functionality already there) e.g. imagine this app with this added feature instead of pictures of a building.
Any ideas on how to deliver it please on Android?
Any apps that you'd know that already achieved that so we could check it out please?
I have a website which needs authentication. Each user can have some personalized graphics. I am looking for a way to create an app which displays the graphics for a particular user when he logs in using the app. Is there an existing solution for this which I can OEM to create my app.
As I said in my comment, your question is very broad. Generally speaking, an app can display any web page using a WebView.
I have an iOS and Android app, both using webviews to show some pages from a webshop. The webshop itself has Google Analytics to track events.
I can see all the data when I go to Browser & operating system, I see the sessions, users, transactions, conversion ratio per browser. The problem I'm having is that is shows Safari (in-app) and Android Webview. Most of this traffic will probably be from my apps but from what I've read this is also traffic that for example visits the webshop within the Facebook app. Is this how it works?
And what is the best practice for my apps to have their own segment that will show me the sessions, users, transactions & conversion ratio? I want to have clear numbers for all those segments so I can be 100% sure all that traffic is from my apps only.
EDIT
I don't have access to the website code so I can't add GA code
You can have communication between WebView and App through Javascript. You can pass the event and data to app, which app can push to any analytics platform for you to see.
Also, you can get natively webview call backs in delegate method which you can track.
There are several third party tools like for iOS : https://github.com/marcuswestin/WebViewJavascriptBridge available which do this good.
i want to display some images (changes frequently) as ads in my own app by using coding in app (without registering in Admob sites etc…)is this possible?
Actually, i don’t have knowledge in coding, but i want to develop one app with the help of any android developer
The company I work for is exploring creating "an app" version of their online video delivery webapp. The webapp is HTML5 and streams video. Nothing too scary but a lot of the stuff is server-side authentication with third party video hosts, code that will never be in a mobile app for security reasons.
The webapp has a lovely mobile stylesheet that works fine. We want an app that:
Shows a quick splash screen (and even that's optional)
Load the existing mobile website (not include it within the app)
And have the ability to specify an icon, give it a name and then shove it in the relevant marketplaces. That should satisfy the marketing department and it means I stay in control of what the app actually does.
Yeah, it's possibly the laziest app development ever... But, what's the simplest way to generate something like this? I was imagining there might be something out there already where you feed it your starting URL, splash screen, icon and name and it hands you back a multi-platform app.
Note: I'm not looking for something to create an app that looks like the mobile website and I'm not looking to put the content of the mobile website inside the app, I essentially just want a browser that loads the real mobile site.
Have a look at https://www.shoutem.com/. They provide a service similar to what you seem to be looking for but they charge royally for it. Considering the extra features you can easily add with their service your marketing department might just smell profit from using it and may therefore happily sign it off with their well known satanic smile.
There are a number of websites which provide easy web app development for a website. One of the famous is App Maker . Others include:http://www.viziapps.com/ and http://ibuildapp.com/
Since posting this, I have found:
http://www.websitetoapp.net/create
Feed it a URL and an Icon and it'll give you an Android app. Pay $5 and they'll disable adverts. Seems like it might be perfect for the Android half of this project.
Now, is there anything out there that will do this for other platforms?