I run my project with AI2 Companion on my iPhone6S.But it can't get data from the CloudDB(Everything else is normal.) how should I do
Do you see any specific errors from CloudDB when you try to retrieve data? If you make a very simple CloudDB app, do you see similar issues, or is it just in this project?
I only see when I connect the project with the Companion,the appinventor web page shows a error
notification but the text in the notification I have been forget
I run my project in the Companion. everything else is going well but the project can't get data from the CloudDB,weather use or not use the legacy mode.
this is the notification.How can I do
It runs in theIPhone6s
This error is not related to CloudDB. The setDefaultScope function doesn't yet exist on iOS but is triggered by the DefaultScope property on a File component. Check any instances of the File component in your project and make sure that the DefaultScope property is set to "App".