I want to test my app on my phone so i went to file and select build i put all my information and i installed it into my phone. But as soon as i launch the app it says
Can you tell me more about widget.newButtons you are using? Are you using images for them?
Keep in mind devices are case sensitive the simulator (and OS desktop builds) are not and if you’ve named your button image: button.png but you try to code the widget.newButton to use “Button.png”, it will crash on device but run perfectly fine in the sim.
I can see the error. But can you please post the code? So we can copy and edit it? I don’t think most people would wanna help if they have to type out code from an image. When your typing (like I am doing typing this post) you’ll see “<>” press that and post your code in there.
never mind i fixed. all i did was change the names to “PlayButton”, “OverButtonPlay” and so on. I guess what the problem was that the dashes created a conflict in phone system.
Can you tell me more about widget.newButtons you are using? Are you using images for them?
Keep in mind devices are case sensitive the simulator (and OS desktop builds) are not and if you’ve named your button image: button.png but you try to code the widget.newButton to use “Button.png”, it will crash on device but run perfectly fine in the sim.
I can see the error. But can you please post the code? So we can copy and edit it? I don’t think most people would wanna help if they have to type out code from an image. When your typing (like I am doing typing this post) you’ll see “<>” press that and post your code in there.
never mind i fixed. all i did was change the names to “PlayButton”, “OverButtonPlay” and so on. I guess what the problem was that the dashes created a conflict in phone system.