Sorry For All The Topics
"BUT" i'm having problems with the media notifier
i'm testing the app using AI i pressed play exited out of the app
but can't see the player in notifications? wonder if anyone could help
now i'm keeping the playpause button, but when i press the playpause button and exit the testing app i'd like to see the player appear, just like when people play there mp3players on there phone?
Not something I have seen occur. If exiting any App, the User would normally be returned to the Android Screen that launched it.
To make the default Android Media Player appear might be possible via the Activity Starter, but I think that might be tricky because the Player has been changed across Android Versions. You could of course make your own player and launch that......
Concerning you MediaNotification1 ButtonClicked event - don't leave the blocks empty, you can do this:
are you working in Kodular and App Inventor at the same time?
does that make sense?
Some observations
don't use the player component and the TaifunPlayer extension at the same time, choose only one!
set property PlayOnlyInForeground to true or false, but not to itself, which does not make any sense
if "Player.IsPlaying do nothing" does not make sense, you can remove it completely
set the channel importance to a reasonable value and in a reasonable event, for example during Screen.Initiaize... to set that after clicking an action button does not really make sense
...I have only shown you a temporary work-around to avoid empty puzzle pieces. Your 'if then' Block should have a necessary action or simply not be there.
It looks like you are using 2 different extensions... don't do that...choose only one of them... and follow their documentation for correct setup...
And btw. it does not really make sense to call a method ShowNotification in an event, which will be triggered affer clicking a button in the notification...
Obviously first you have to show the notification before you are able to click one of its buttons...