Tizen app rejected because of missing sounds
slowcut
Member, PRO Posts: 164
Hey guys,
today I get a feedback from Tizen and they have rejected my apps because of error 2284954 (Application is not playing sound).
I have to admit that I have also no sound in the Emulator, but I thought it was caused by the slow performance of the Emulator.
Does anybody has sound in the Emulator? And how does he managed this?
I have no complex sound rules in my games, only basics like :
- if touched is pressed play sound in the actors
And a mute button with the condition:
- if touched is pressed change game.mute to mod(mute+1,2)
- if mute = 0 change game.AudioSoundVolume to 0
- if mute = 1 change game.AudioSoundVolume to 1
In the creator / viewer / iOS-builds all sound stuff is working.
Have I missed something?
What is the magic trick with sound in Tizen?
Thanks
Sebastian
today I get a feedback from Tizen and they have rejected my apps because of error 2284954 (Application is not playing sound).
I have to admit that I have also no sound in the Emulator, but I thought it was caused by the slow performance of the Emulator.
Does anybody has sound in the Emulator? And how does he managed this?
I have no complex sound rules in my games, only basics like :
- if touched is pressed play sound in the actors
And a mute button with the condition:
- if touched is pressed change game.mute to mod(mute+1,2)
- if mute = 0 change game.AudioSoundVolume to 0
- if mute = 1 change game.AudioSoundVolume to 1
In the creator / viewer / iOS-builds all sound stuff is working.
Have I missed something?
What is the magic trick with sound in Tizen?
Thanks
Sebastian
Comments
I have sound in the preset Emulator apps.
The sound files are included in the downloaded Tizen .wgt but they do not play in the Emulator.
I have even put a Display Text inside the game displaying the game.AudioSoundVolume and it shows "1"...
I have added a music-file to the game and it plays fine,
I have created a new game with only one actor with touch is pressed play sound and it also works fine when I publish it...
Did I miss something?
Has anyone sound problems with Tizen?
Has everyone sound and I am the only one with problems?
Is it a bug or are my files corrupted?
Any ideas?
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
I think it is a bug. I have submitted a bug report in the meantime because I don't know what to do anymore
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left