Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS produces error when trying the No Texting While Driving app #3321

Open
8 tasks
stezelMIT opened this issue Jan 10, 2025 · 3 comments · Fixed by #3323
Open
8 tasks

iOS produces error when trying the No Texting While Driving app #3321

stezelMIT opened this issue Jan 10, 2025 · 3 comments · Fixed by #3323

Comments

@stezelMIT
Copy link

stezelMIT commented Jan 10, 2025

Describe the bug
Screenshot 2025-01-10 at 1 39 27 PM

I don't have an Andorid phone to check this with but it worked when I had one in 2018. In iOS perhaps due to new privacy policies this app is not working anymore.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior
NoTextingDriving.aia.zip
When someone texts you, this app should send a text back with a message you specify.

Steps to reproduce

@ewpatton
Copy link
Member

We can implement that block. However, iOS apps are unable to read text messages or automatically send text messages without user intervention. Further, changes to Google Play policies would prevent said app from being publishable to the Play Store, and we had to remove the permissions from App Inventor for publishing as well. We should definitely add a note to the tutorial saying it will only work for the sideloaded version of App Inventor for Android or sideloaded compiled APKs.

@halatmit
Copy link
Contributor

halatmit commented Jan 10, 2025 via email

@ewpatton
Copy link
Member

For sending texts, yes. We could utilize Twilio or another service to automate sending texts. However, they won't appear from the sender's phone number. AFAIK, there isn't a way to ever read the texts on iOS (or Android without the READ_SMS special permission that Google doesn't allow without good reason).

@ewpatton ewpatton linked a pull request Jan 23, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants