Good morning I'm creating an app in sketchware and I wanted to know if there's a way to create an autoclick system if so how can I do it? - automation

hello me and my friend are creating an app in sketchware and we need a system similar to an autoclick to make some grips on the screen
We tried some codes and blocks, but none of them worked.

Related

Can the user set the time the push alarm sounds on the pwa? Also, can you make the alarm persist?

Hello I am trying to build a webapp using pwa.
I am trying to set an alarm by giving an app push at a time set by the user.
I have a few questions, and I would be very grateful if you could tell me how to implement it as well. (Even if it is not a method, I would be very grateful if you could tell me if it is possible!)
Can I make a push alarm go off at a user-specified time with pwa?
Can you make it vibrate and sound after the push alarm goes off until the user wakes up and presses Badge?
Can I make the push alarm go off every 5 minutes (a specific time)?
I am a beginner doing a toy project. I'm not good at development, so I'm asking a question.
I really appreciate it if you can help me :)
have a good day!
PS If the above functions are not possible with pwa, I am trying to implement it using react native, but is swift or kotlin used a lot?

Is it possible to have the user manually import a ringtone into my app in iOS?

I know that it is not possible to access the ringtones in iOS, but is it possible for the user to import a ringtone into my app for usage? I have read about iTunes file sharing, but I wouldn't want to do that. Is it possible to have the user manually search for their ringtone/audio file on their device and select it (like if I made a file explorer) and add it into my app? Another alternative, could I have it in one of my servers, like say the user uploads it to my server and then the app can have access to it to download and save it to the phone? I am running out of ideas lol. If this is not possible it just looks like I will be scraping this idea and making it an Android only app. I was hoping to make it for both iOS and Android. If it's not possible, what can I do. Any word from the wise?
There is an option as AudioServicesPlaySystemSound in AudioToolbox. Check the documentation here. I am not sure this can be used to access the ringtones. This should lead you to right direction.
This function plays a short sound (30 seconds or less in duration).
Because sound might play for several seconds, this function is
executed asynchronously. To know when a sound has finished playing,
call the AudioServicesAddSystemSoundCompletion function to register a
callback function.
Not sure whether the usage of this is allowed by Apple, but it looks like it can be used.

Xcode - Web services and my confusion

I am having a problem here. I am totally new to this concept of servers and web services and being able to get data uploaded and retrieved on different devices, but I want to learn it, say if I want to create an app like Instagram.
But that is EXACTLY what I dont want, a link to a long tutorial on the internet on how to create the most complex app ever, I want to start slow. After doing extensive power searches on Amazon there are basically no books that will help me. So I want to start slow, here is my goal:
Get a great understanding of how web service backends and servers work and be able to apply it in other app ideas I have and want to start developing
I would like to start by being able to create an app that allows a user to enter some text into a field, it uploads to the server, another device can press a button to retrieve the text and display it in a text view.
I do not know php, and every single tutorial I have entered on this website is literal mindeff, the reason for this is because everyone has a different solution, sync web service backend with Core Data, MySQL, parse, Rails and it truly overwhelms me because I do not know which one to pick! And even worse some people provide code but I have no understanding whatsoever, and its like looking at a totally new language!
I am not asking for code, in fact that is the exact opposite. I am asking for someone to really lay out their knowledge, how does it all work? What is the best tool? Some resources and links. Nothing too complex...
I hope you can truly understand my extreme confusion and frustration. I think the reason might be is I might not be ready yet for all this, but I want to push forward and carry out my app idea!
Thank you...
Update:
I have finally decided on a web service I would like to use, it is the Amazon S3 web service, I am still not fully comprehending the full process though, any help or ideas!?
Since you wanted to create an Instagram-type app, look at this: http://www.raywenderlich.com/13511/how-to-create-an-app-like-instagram-with-a-web-service-backend-part-12
This is a good link to servers: http://www.youtube.com/playlist?list=PLC71D7CFB6AF935E6&feature=plcp. Watch the list to get an understanding of servers.
Maybe you want to read up on sql. Understanding sql will help.. Again: http://www.youtube.com/course?list=EC32BC9C878BA72085&feature=plcp. Watch the list to get an understanding of sql...
I can pass you the link and you got to do the work....
Hope this helps...

How can I import iPhone notes to my app?

Is it possible to import a note from iPhone notes app to my app? I googled a lot to get an idea about it. Nothing helps. Can someone give any idea about it?
Thanks in Advance
Third-party apps do not have access to the notes database. There is no public API for accessing the notes data.
You can try using a flow for syncing apps (eg. ifttt.com).
Create a rule that says "If a new note has been created (if a Gmail message has the label 'notes'), forward it to my db."
The solution is very clunky, but it's a starting point.
You could then find a way to scale this for your app.

Logging into Game Kit Sandbox Problems

I am trying to use Game Kit for leader boards and achievements. I am trying to login using the code in the Apple documents. It works fine apart from it isn't logging into the sandbox. It pops up the pannel asking if I want to "Use Existing Account", "Create New Account" or "Cancel". Now I've seen in tutorials before, under the "Sign in to Game Center" title it says " * * * Sandbox * * * ", however mine does not.
I have set it up in iTunes Connect, I have created a Provisioning Profile and everything has the same bundle identifier (including in the xcode Project). I have even added gameKit BOOL YES into the info.plist. It's driving me slightly spare so any suggestions would be greatly appreciated. I am also using Cocos2D though I can't see how this would be affecting me logging in sandbox mode.
If anybody has anything they can sugest or has experienced this problem, please let me know.
Thanks again everybody.
Baza
Its because your jailbroken. It likely has to do with AppSync, there was a problem a few months ago where everyone was getting put into the sandbox for any game center app. After several attempts at fixing it with no success, they probably went ape s*** and disabled all kinds of sandbox stuff. After several hours of digging, I have not found a way to get into the sandbox. Partially because the Google results are littered with links trying to DISABLE the sandbox.
I fixed this problem a long time ago but I thought I'd tie up the loose end.
It was basically from my own ignorance. When testing a Game Center App you need to create a Apple ID via iTunes Connect -> Manage Users and then create a test user.
Simple solution and came from me skimming the docs and not reading them properly. Lesson learnt. :-D