All Projects → yarodevuci → Backgroundtask

yarodevuci / Backgroundtask

An infinite backgroundTask based on playing blank audio file ...

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Backgroundtask

Chatkit
Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
Stars: ✭ 3,496 (+2765.57%)
Mutual labels:  chat, messages
qless-php
PHP Bindings for qless
Stars: ✭ 25 (-79.51%)
Mutual labels:  task, messages
Stream Chat Android
Stream Chat official Android SDK. The tutorial covers how to build your own chat experience using either Java or Kotlin.
Stars: ✭ 165 (+35.25%)
Mutual labels:  chat, messages
Qmchatviewcontroller Ios
An elegant ready to go chat view controller for iOS applications
Stars: ✭ 75 (-38.52%)
Mutual labels:  chat, messages
Talk Example
This project is demo for Laravel-Talk package and its also Docker ready
Stars: ✭ 117 (-4.1%)
Mutual labels:  chat
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-9.84%)
Mutual labels:  chat
Streaming Room
Streaming room in Node.js, rtmp, hsl, html5 videojs player
Stars: ✭ 106 (-13.11%)
Mutual labels:  chat
Bluetoothchat
Messaging over Bluetooth (Android)
Stars: ✭ 105 (-13.93%)
Mutual labels:  chat
Orbit
A distributed, serverless, peer-to-peer chat application on IPFS
Stars: ✭ 1,586 (+1200%)
Mutual labels:  chat
React Native Emoticons
react native emoticons(表情), including emoji😁
Stars: ✭ 119 (-2.46%)
Mutual labels:  chat
Nim ios sdk
网易云信 iOS SDK 发布仓库。#推荐客户得比特币,首次推荐得0.02BTC,连续推荐得0.03BTC/单,上不封顶。点击参与https://yunxin.163.com/promotion/recommend
Stars: ✭ 116 (-4.92%)
Mutual labels:  chat
Livehelperchat
Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.
Stars: ✭ 1,583 (+1197.54%)
Mutual labels:  chat
Cwwechat
swift仿写WeChat
Stars: ✭ 117 (-4.1%)
Mutual labels:  chat
Beatserver
Beatserver, a periodic task scheduler for Django 🎵
Stars: ✭ 106 (-13.11%)
Mutual labels:  task
Ytask
YTask is an asynchronous task queue for handling distributed jobs in golang(go异步任务框架)
Stars: ✭ 121 (-0.82%)
Mutual labels:  task
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (-14.75%)
Mutual labels:  chat
Realtimechat
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 1,511 (+1138.52%)
Mutual labels:  chat
Ios
Tinodios: Tinode Messaging Client for iOS
Stars: ✭ 119 (-2.46%)
Mutual labels:  chat
Igdm Cli
💻💬 Instagram Direct Messages in your terminal
Stars: ✭ 113 (-7.38%)
Mutual labels:  chat
Dino
Modern XMPP ("Jabber") Chat Client using GTK+/Vala
Stars: ✭ 1,637 (+1241.8%)
Mutual labels:  chat

backgroundTask iOS Swift version

PayPal Donation Button

This is an updated Swift version of the example of the Infinite Running Background Task written in Objective C http://hayageek.com/ios-long-running-background-task/ Infinite task is based on playing blank audio file. My version is simplified to a minumum to run the task forever in the background. I also included a blank wav file that will be played forever until you stop the task. *Note: Battery consuming is 10% for 24 hours period.

#YouTube tutorial and overview https://www.youtube.com/watch?v=j7b35lFcMqM

Installation

Copy manually file BackgroundTask.swift into your project.

#Warning Do NOT attemp to use my implementation if you are planning to push your app to the App Store. Apple will 100% reject such behavior. This project was designed for research purposes or personal use.

Usage

var backgroundTask = BackgroundTask()
//Start playing blank audio file. 
//You can run NSTimer() or whatever you need and it will continue executing in the background.
backgroundTask.startBackgroundTask() 
//Stop the task when you don't need it 
backgroundTask.stopBackgroundTask()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].