Today i got the following message in my google play developer console :
"We've detected that your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1...
Type: Posts; User: medron; Keyword(s):
Today i got the following message in my google play developer console :
"We've detected that your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1...
you could use a flag to filter the events.
On first press power charges and flag goes on.
On second press (if flag is on) player releases power and flag goes off.
something like this (2 events)...
Fernando I got time for testing. Tell me what you need me to do.
I use an older device to test my apps (android 5) and on installation i get the following screen:
27563
I see..
So it asks for a permission "just in case" it needs it..
Whouldn't it be wiser to just put an option in webviews properties for it? Something like "Enable geolocation? -> Yes/No" or...
Fernando
Here.
It's just one frame with a webview. nothing else.
Anyone who can confirm this so i know it's not some issue on my side?
Strange things happen lately with Webview 2.
I am using Fusion R292.14 (developer) and every time i use Webview2 in a project it asks for location permision.
Even a blank project with no events...
Fernando could this be a solution to the problem?
https://medium.com/mindorks/my-network-requests-are-not-working-in-android-pie-7c7a31e33330
Memento is now available for windows on itch.io
Memento is a memory / brain training game where you have to find matching cards/tiles. You can choose between 8 different tilesets (4 specially...
well.. i don't think he even cares.. :/
New video with sine gameplay.
https://www.youtube.com/watch?v=UUsFczKGPZA
Hi all!
Today my game "Memento" got released!
It's a classic memory game featuring 2 board sizes and 8 different tile sets.
Take a look:
Play store page :...
Hi there.
Here's my first game for android phones made with Fusion 2.5.
Check it out.
https://play.google.com/store/apps/details?id=com.vday.spotclickrepeat
I use an edit box to display the received push notification message inside the app (when a user clicks on the notification on the lockscreen etc).
Looks like the OneSignal object is a real code...
So i made an app for android (this one : https://play.google.com/store/apps/details?id=com.farmakopoioi.medro.far2&hl=el )
and i get a lot of ANR errors.
this is the output ion the developer...
What i try to do is make the home button behave like the back button (back button exits my app).
It doesn't seem to work though. Even with "End application when not in foreground" checked.
How do you check this?
I mean, there is no option for an "if not in foreground" condition.
Or am i missing something?
Ok. After two frustrating days i came to the conclusion that you can't have OneSignal together with admob, Chartboost or Appodeal.
It just doesn't compile. :/
So until Clickteam releases their own...
Users that cannot build with Android Studio (ant\build.xml error)
...
Try to install the latest build tools (25 i guess)
I think there is a conflict between AdMob and OneSignal.. the two objects depend on different versions of the same google play services libraries and can't be used together.. :/
Any chance to...
Have you set the paths for java and android sdk in preferences?
It is very easy to use, you just need an OneSignal account and enable notifications in Firebase and that's it :)
My only problem is that i can't make it work in an app that also uses the admob...
Nevermind..
Problem solved!
The object works!!
Push notifications on Android at last! :D
Hi there.
I got the OneSignal object today so i can send push notifications to my Android app.
The thing is i can't make it work and there isn't much that can go wrong here.
Anyone with...
This one is driving me crazy..
I have a list with some values loaded from a csv and i want to filter them (move to another list the ones starting with some date).
so i run a simple loop with...
Just tested in android! Works like a charm!
You sir have saved the day!
Thank you very much! :)
Hmmm ... when i try to pass the date to a string it doesnt work on android. It works in windows though.. strange
Sent from my iPhone using Tapatalk
Finally! :)
I modified the example by Christian a bit so it displays the date ISO formated and added a few lines using string parser so i can get the bits of the date i need and transform them in...
Thank you Christian! I will check your mfa today !
Sent from my iPhone using Tapatalk
Hi there!
So, i make an app for Android where i need to calculate the date from "yesterday".
The app goes through a .csv with various events and finds the ones that have a starting date matching...