Whenever I try to press the button to signal the notifier to pop up, I keep receiving the error "invoke: unable to invoke method 'ShowMessageDialog' in object of type boolean. Irritants ()
I'm new to using app inventor, so I don't understand what's the issue here. I've used the notifier feature in other projects, however, it isn't working for this app.
Taken from doesappinventorrunonios.com.
This is all functioning. @ewpatton you might want to take a look on this issue?
1 Like
Ok, it is working through an android emulator.
Please note that App Inventor for iOS is pretty new and has a lot of bugs.
https://doesappinventorrunonios.com does say that .ShowMessageDialog
works, though (refer to post #5)...
1 Like
Usually the issue with invoking a method name on type boolean means that there was an error creating the component. What components are you using in your project? Any extensions?
1 Like