Issue with the Notifier component (iOS)

@ewpatton When we run with Companion Testfleight or Builder IPA the Notifier component not works well. Nothing happens for the Notifiers. Only runs well for the ShowAlert but not for TextDialog, ChooseDialog, MessageDialog, ProgressDialog, etc.
Can you review this issue? Thanks
Attached one AIA for test.
TEST_a3.aia (10,2 KB)

did you know that the official Companion app (not the one on testflight) supports notifiers? (But's not beautiful :sweat_smile:)

I tested it whit the official Companion app (the Testfleight is the same object because for me it means that is the last version for Apple Companion).
I have tested whit the offical Cpompanion but whit one Apple device (not Android)


You mean you don’t get something like this?

Here’s the official app of App Inventor Companion: ‎MIT App Inventor on the App Store

I know TestFlight. But what is the version of your Companion App? Are you sure it’s the latest version? (I don’t have TestFlight so I don’t know if the companion inside is the latest version or not) Is yours Version 2.73.1 *(built 2)?

Here’s how you can look up the version in case you don’t know:

Of course. My last version is 2.74 (52)
The Apple Testfleicht update automatic my Companion version.

Before the last version the Notifiers are run well. It happens only for newer versions. This issue is motived for new AI2-iOS versions. You are running an old Companion version.

No. With the last version (2.74(52)) nothing is obteined for the Notifiers.

This issue is similar to the before issue reported for the SpeechRecognizer. It was running well with old AI2 versions but not for the new versions (similar to the the crab that walks backwards)

Does your test aia compile?

I get this error:
Build failed! [SignPackage] ERROR: Failed to sign framework /var/folders/cj/y0pj22fd5p1g7wk4vrn9gc_80000gp/T/1760271656489_6244941138295047168-0/youngandroidproject/../build/Payload/PlayerApp.app/Frameworks/PSSRedisClient.framework

Hello Anke
The Companion and the IPA-Built run both well in my device.
May be the problem for you is the provisioning file for the IPA built:
image
Change or delete it.
The test is this:


When click the buttons only runs well for the Show Alert button. The others Notifiers do not run.

Hmm, I put my own there of course.

In Companion and IPA-Built only runs well the Show Alert (Others not):

Maybe because I tried it on the iOS test server. Doesn't is work there anymore?

I think that for only Companion Test you don't need the provisioning file. Are you test this issue with the iOS Companion?.

As i said, the built failed.

You are right. I ONLY test and work with the normal AI2 server:
I don't use the test iOS server because I think it has only a old version and it is not at the last level upgrade.

1 Like

Ok, do you get the same error when you try to build the IPA on the iOS test server?

Wait a moment to test in this server the AIA.

In the iOS Test Server runs well. The problem is on the normal AI2 server.