📱 Nextcloud iOS App

Overview

Nextcloud iOS app Releases

Download from App Store

irc

Check out https://nextcloud.com and follow us on twitter.com/nextclouders or twitter.com/NextcloudiOS

How to contribute

If you want to contribute to Nextcloud, you are very welcome:

Contribution Guidelines & License

GPLv3 with Apple app store exception.

Nextcloud doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if they changed it substantially:

@copyright Copyright (c) 
   
    , 
    
      (
     
      )

     
    
   

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

More information how to contribute: https://nextcloud.com/contribute/

Start contributing

You can start by forking this repository and creating pull requests on the develop branch. Maybe start working on starter issues.

Easy starting points are also reviewing pull requests

Xcode V 12.5 Project Setup

Dependencies

After forking a repository you have to build the dependencies. Dependencies are managed with Carthage version 0.37.0 or later. Run

carthage update --use-xcframeworks --platform iOS --cache-builds

to fetch and compile the dependencies.

In order to build the project in Xcode you will also need a file GoogleService-Info.plist at the root of the repository which contains the Firebase configuration. For development work you can use a mock version found here.

Creating Pull requests

DCO Signoff

Nextcloud enforces the Developer Certificate of Origin (DCO) on Pull Requests. It requires your commit messages to contain a Signed-off-by line with an email address that matches your GitHub account.

How to Sign off

The DCO is a way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing by adding a Signed-off-by line to commit messages.

My Commit message

Signed-off-by: Random Contributor 
   

   

Git even has a -s | --signoff command line option to append this to your commit messages automatically.

Support

If you need assistance or want to ask a question about the iOS app, you are welcome to ask for support in our forums or the IRC-Channel. If you have found a bug, feel free to open a new Issue on GitHub. Keep in mind, that this repository only manages the iOS app. If you find bugs or have problems with the server/backend, you should ask the Nextcloud server team for help!

TestFlight

Do you want to try the latest version in development of Nextcloud iOS ? Simple, follow this simple step

Apple TestFlight

Comments
  • 413 error when uploading file from iOS client

    413 error when uploading file from iOS client

    Since upgrading to iOS 11 (11.0.2), I have found that the iOS NextCloud client is unable to upload "large" files - in my example, an 11 MB PDF file is failing to upload, with error "413" reported. I have no problem uploading the same file via the desktop client (Mac).

    I am not seeing any corresponding entries in the server side log (via the NextCloud web-admin console).

    I have experienced this problem on both iPhone 6 plus and iPad Pro (big one, first version). Both are at iOS 11.0.2 and have the latest NextCloud app.

    I am initiating the upload using the "share sheet" in Safari with the PDF loaded in the browser. See screen shots.

    img_1913 img_1914 img_1915

    0. Needs triage 
    opened by ntompson 109
  • Nextcloud on iPad freezes!

    Nextcloud on iPad freezes!

    Hello, Since the last update (3.0.2) for NC for iPad, the app freezes! It seems, this appears, as I want to delete a file directly on the server.

    Best regards Lise https://lise.tauber.fr/

    opened by lisetauber 102
  • Background uploading not working

    Background uploading not working

    Hi,

    It seems like background uploading is not working. I have enabled the following:

    • Upload camera photos/videos
    • Upload camera photos
    • Only use WiiFi connection
    • Upload camera videos
    • Only use Wi-Fi connection
    • Upload images in the background

    I understand the app gets triggered by GPS events since there is no other way. But even when I travel around a lot, photo's do not get scheduled for upload. They only upload once I open the Nextcloud IOS app.

    Is there something I am missing or is this a bug?

    Regards,

    Sander

    opened by roedie 85
  • Fix used/stored user ID

    Fix used/stored user ID

    We use the username for various things - search, favorites, and stuff like that. Unfortunately internally what you log in with is not what you should use in those queries. To make things simpler, we should always use the "internal" ID. This is to be fixed in the following way, and as soon as possible:

    Two use-cases:

    1. open an app with accounts already in Steps:
    • poke /ocs/v2.php/cloud/user for each of the accounts on startup (show some kind of "Migration" screen, maybe with a simple loader)
    • replace stored username with "id" value found here: https://usercontent.irccloud-cdn.com/file/8L6mFbyc/Bildschirmfoto%202017-08-02%20um%2009.02.00.png

    Make sure if this procedure fails for any account, that it's repeated properly.

    1. open an app with no accounts
    • once you log-in, if success, poke /ocs/v2.php/cloud/user and store "id" as username
    • only then proceed

    @marinofaggiana please treat this as a priority. Thank you.

    Fixing this will fix several other issues mentioned in the bug tracker.

    opened by mario 78
  • nextcloud ios client app

    nextcloud ios client app "invalid certificate" bug

    Expected behaviour

    iOS App should (a) accept the self-signed certificate, when this is (b) still valid and (c) is added as an accepted exeption certificate during the first set-up of the app.

    Actual behaviour

    When accessing the iOS app to see/download documents, every two seconds the message appears: "the certificate for this server is invalid" and "Error: unable to download". This happens even if you click on "connect anyway" -> "yes" for several times. It seems to be limited to the iOS version, as desktop client and web-access is working fine. It also worked before nextcloud 17 and/or before an app update. Somebody reported this problem also here.

    clear cache and reinstall the app and log-in again from scratch does not help.

    Steps to reproduce

    install ios app, connect to server (login), try to access a file.

    iOS version

    13.2.3

    App version

    2.2.5.1

    Server configuration

    Operating system: Ubuntu 18.04.3 LTS (GNU/Linux 4.4.0-142-generic)

    Web server: Apache/2.4.39

    Database: mysql 8.0.18

    PHP version: 7.2.18

    TLS TLS 1.3

    Nextcloud version: (see Nextcloud admin page) 17.0.1.

    IMG_0790 IMG_0789

    3. to review 
    opened by Derridaralalala 63
  • Comment if you want to join the iOS beta via Testflight – and then please open issues for any problems you encounter :)

    Comment if you want to join the iOS beta via Testflight – and then please open issues for any problems you encounter :)

    It would be good if all our iOS users can run the Nextcloud beta app through Testflight. :)

    @marinofaggiana can you add @LukasReschke (lukas at nextcloud) @MorrisJobke (morris at nextcloud) @karlitschek (frank at nextcloud)?

    And maybe also others from @nextcloud/ios @nextcloud/mac want to help testing?

    good first issue 
    opened by jancborchardt 60
  • Error 401 in iOS App

    Error 401 in iOS App

    Expected behaviour

    No error message

    Actual behaviour

    after I starting the App the error 401 is shown. In server log the message "bad login for "274782-23134234-45345435345-123213" " (ldap user) is shown

    Steps to reproduce

    start the App and login with the ldap account

    Reasoning or why should it be changed/implemented?

    iOS version

    13.3.1

    App version

    2.25.69

    Server configuration

    Operating system: Ubuntu 16.04

    Web server: Apache 2.4

    Database: MySQL 5.7

    PHP version: 7.3.14

    Nextcloud version: (see Nextcloud admin page) 17.0.3

    I read the installation guide again and checked all PHP modules, All ok. Maybe a problem with the App? The error message appiers 1 or 2 seconds and then the files are displayed and I can use it...

    IMG_6878

    opened by Dennis1993 59
  • Version 2.22.0 - TestFlight

    Version 2.22.0 - TestFlight

    First build 0/6

    • Nextcloud iOS and Apple Files App now are totally integrated !! Nextcloud iOS use the same archive of Files.
    schermata 2018-07-02 alle 12 11 41

    Why this is important ?? Read this post :

    schermata 2018-07-11 alle 11 36 22
    • Rewrite the queue for download & upload, now more flexible and integrated in Apple Files App
    • Queue upload : now are visible all new files in "wait to upload" state
    • Improvements UI/UX
    • New button and progress and text for download/upload as Apple Files App
    schermata 2018-07-02 alle 12 46 54
    • New gesture : do you want cancel all transfers ? long press on "Stop button" in a transfer.
    • In Auto Upload if already exists the file, the file is skipped
    • In Copy/Paste if already exists the file the new file is renamed with progressive number
    • Several small improvements & bugfix
    opened by marinofaggiana 57
  • Dowload File Connection Failed (v2.17.6)

    Dowload File Connection Failed (v2.17.6)

    I did the update to the latest version of 2.17.6. The app is able to connect to NextCloud and browse my server. As soon as I try to download a file, I'm getting a new window that ask for credential and I'm getting a connection failed.

    Here is the info from the server when I try to download files.

    Warning | core | Login failed: 'A0CF2E05-00C5-4F12-AFBA-6761B8032BA1' (Remote IP: '172.xx.xx.xx') | 2017-08-31T20:55:59-0400 -- | -- | -- | --

    ** Beta version I tested was working.

    Thanks

    opened by jclgs 55
  • Autoupload not working on iOS 16.1 or 16.0

    Autoupload not working on iOS 16.1 or 16.0

    Steps to reproduce

    1.Upgrade to the latest iOS version 2. Autouploads stop working

    Expected behaviour

    All new photos should auto upload. Also when the app is opened newly taken photos should be listed in the Transfers section

    Actual behaviour

    Newly taken pictures are not being autouploaded. They are also not showing up in the Transfers (More--> Transfers) section. Manual upload works fine.

    Screenshots

    If applicable, add a screenshot showing the issue.

    Logs

    If applicable, you can post the iOS app or server logs (removing any sensitive information).
    

    Reasoning or why should it be changed/implemented?

    This was working fine on my phone prior the iOS 16 upgrade. I have removed and reinstalled the app but that has made no difference

    Environment data

    iOS version: iOS 16.1

    Nextcloud iOS app version: see More > Settings 4.5.3.0

    Server operating system: debian

    Web server: nginx

    Database: Ver 10.5.15-MariaDB

    PHP version: 8.0

    Nextcloud version: see Nextcloud admin page 24.0.6

    opened by alfwro13 52
  • Comment if you want to join the iOS beta 2.17.4 via Testflight – and then please open issues for any problems you encounter :)

    Comment if you want to join the iOS beta 2.17.4 via Testflight – and then please open issues for any problems you encounter :)

    The new beta for Nextcloud iOS 2.17.4 is open, write here your email Apple if you want receive the invite for TestFlight :

    https://itunes.apple.com/it/app/testflight/id899247664?mt=8

    This is only for new users.

    Do not write here a issue, open a new ticket.

    End porting migrate Database, test : ... All !!

    (probable several bug and crash, sorry this is alpha version)

    • Improvement Auto Upload
    • New View for Shares on menu "More"

    Thanks.

    opened by marinofaggiana 51
  • Upload data (more files) [T]

    Upload data (more files) [T]

    Actions Performed

    1. Open the app
    2. Go to any folder
    3. Tap on + icon
    4. Tap on "Datei hochladen" (Upload data)
    5. Tap on three dot menu and tap on "Auswählen" (Select)
    6. Select multiple files
    7. Tap on "Fertig" (Finish)

    Expected Result I can upload multiple file at once

    Actual Result Nothing is uploaded when I select multipe files. Files are only uploaded when I select single file to upload

    opened by marinofaggiana 0
  • [Feature request] keep device screen on while uploading

    [Feature request] keep device screen on while uploading

    First of all, great work - I count this all as to most important app on my phone👌

    I think following option would help a lot:

    A option to enable “stay awake while uploading”, so that the screen won’t turn of automatically. I watch myself almost on daily basis going to phone settings, setting auto screen lock to never and after upload again to x min..

    what do you think? Who also would like this feature?

    unfortunately I’m not able to propose the code for this feature but I’m working on it, hopefully I will be contributing in future :)

    opened by crustulumtheoneandonly 0
  • Allow user to choose granularity of Autoupload subfolders (year/month/day)

    Allow user to choose granularity of Autoupload subfolders (year/month/day)

    Solves #2283 Tested in the simulator without issues, unable to test locally on device however.

    Signed-off-by: Francesco Servida [email protected]

    opened by fservida 4
  • Respect app locale in interface and when creating automatic subfolder / voice memos / scans if system locale not supported

    Respect app locale in interface and when creating automatic subfolder / voice memos / scans if system locale not supported

    Related to #2302

    • Does fix the autoupload subfolders
    • Does not fix the inconsistencies in the interface, not sure where to change...

    Signed-off-by: Francesco Servida [email protected]

    opened by fservida 1
  • [Bug]: MKCOL not allowed

    [Bug]: MKCOL not allowed

    ⚠️ This issue respects the following points: ⚠️

    • [X] This is a bug, not a question or a configuration/webserver/proxy issue.
    • [X] This issue is not already reported on Github (I've searched it).
    • [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
    • [X] Nextcloud Server is running on 64bit capable CPU, PHP and OS.
    • [X] I agree to follow Nextcloud's Code of Conduct.

    Bug description

    I see an number of requests in my log file where the iOS client is doing requests which are answered by the server with status 405:

    150.107.40.35 - ag [31/Dec/2022:08:37:51 +0100] "MKCOL https://*****.****.**/remote.php/dav/files/ag/Photos HTTP/2.0" 405 247 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/4.6.0" 0.284
    

    Looking into detailed log I find a request

    MKCOL /remote.php/dav/files/ag/Photos HTTP/1.1
    accept: application/json
    Content-Length: 0
    X-Real-IP: 150.107.40.35
    authorization: Basic *********
    Host: nc1.0x42.ch
    X-Forwarded-Proto: https
    X-Forwarded-By: 192.168.40.64:443
    user-agent: Mozilla/5.0 (iOS) Nextcloud-iOS/4.6.0
    content-type: application/x-www-form-urlencoded
    X-Forwarded-Port: 443
    X-Forwarded-For: 150.107.40.35
    Forwarded: for=150.107.40.35; proto=https; by=192.168.40.64
    ocs-apirequest: true
    accept-encoding: br;q=1.0, gzip;q=0.9, deflate;q=0.8
    cookie: oc_sessionPassphrase=*****....
    accept-language: de-CH;q=1.0, en-CH;q=0.9
    

    with a response:

    HTTP/1.1 405
    Referrer-Policy: no-referrer
    Content-Security-Policy: default-src 'none';
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Cache-Control: no-store, no-cache, must-revalidate
    Connection: keep-alive
    Allow: OPTIONS, GET, HEAD, DELETE, PROPFIND, PUT, PROPPATCH, COPY, MOVE, REPORT
    X-Content-Type-Options: nosniff
    Content-Type: application/xml; charset=utf-8
    Date: Sat, 31 Dec 2022 07:37:51 GMT
    Server: nginx/1.22.1
    X-Download-Options: noopen
    X-Frame-Options: SAMEORIGIN
    X-Robots-Tag: none
    X-Permitted-Cross-Domain-Policies: none
    X-XSS-Protection: 1; mode=block
    
    

    It seems as if this method is forbidden for path /remote.php/dav/files but seems to be allowed for /remote.php/dav/uploads.

    I'm not sure if this is a problem of the server or the iOS client.

    Steps to reproduce

    n/a

    Expected behavior

    No such errors in log file. Failing function to work.

    Installation method

    Community Docker image

    Operating system

    Debian/Ubuntu

    PHP engine version

    PHP 8.1

    Web server

    Nginx

    Database engine version

    PostgreSQL

    Is this bug present after an update or on a fresh install?

    Updated to a major version (ex. 22.2.3 to 23.0.1)

    Are you using the Nextcloud Server Encryption module?

    None

    What user-backends are you using?

    • [ ] Default user-backend (database)
    • [ ] LDAP/ Active Directory
    • [ ] SSO - SAML
    • [ ] Other

    Configuration report

    No response

    List of activated Apps

    n/a
    

    Nextcloud Signing status

    No response

    Nextcloud Logs

    No response

    Additional info

    No response

    0. Needs triage bug 
    opened by ne20002 0
Releases(4.6.0)
  • 4.6.0(Dec 19, 2022)

    • E2EE refactoring
    • Share credentials between Talk and Files
    • Fixed ONLYOFFICE on iOS 16.1
    • Fix share extension
    • Fix PDF password special char
    • Added in Settings the download configuration profile for calendar and contacts
    • Improved Media (detect Live Photo)
    Source code(tar.gz)
    Source code(zip)
  • 4.5.7(Nov 28, 2022)

  • 4.5.6(Nov 21, 2022)

  • 4.5.5(Nov 11, 2022)

  • 4.5.4(Nov 3, 2022)

  • 4.5.3(Oct 23, 2022)

  • 4.5.0(Oct 19, 2022)

    • Widgets
    • New NextcloudKit library - https://github.com/nextcloud/NextcloudKit
    • Improved auto upload in background
    • Several new update GUI and fix
    • Xcode 14 - iOS 16 compliant
    Source code(tar.gz)
    Source code(zip)
  • 4.4.4(Sep 13, 2022)

    Nextcloud iOS 4.4 includes new features, improvements, and bug fixes, including:

    Unified search Improvement on view in grid mode In Files a new shortcut bar for [Upload image/video] [New Folder] [Scan] New information in Transfer view Added color for single folder V 4.4.4 fix play video

    Source code(tar.gz)
    Source code(zip)
  • 4.4.3(Aug 31, 2022)

    Nextcloud iOS 4.4 includes new features, improvements, and bug fixes, including:

    • Unified search
    • Improvement on view in grid mode
    • In Files a new shortcut bar for [Upload image/video] [New Folder] [Scan]
    • New information in Transfer view
    • Added color for single folder
    • V 4.4.3 minor fix
    Source code(tar.gz)
    Source code(zip)
  • 4.4.2(Aug 20, 2022)

    Nextcloud iOS 4.4 includes new features, improvements, and bug fixes, including:

    • Unified search
    • Improvement on view in grid mode
    • In Files a new shortcut bar for [Upload image/video] [New Folder] [Scan]
    • New information in Transfer view
    • Added color for single folder
    Source code(tar.gz)
    Source code(zip)
  • 4.4.1(Aug 17, 2022)

    Nextcloud iOS 4.4.1 includes new features, improvements, and bug fixes, including:

    • Unified search
    • Improvement on view in grid mode
    • In Files a new shortcut bar for [Upload image/video] [New Folder] [Scan]
    • New information in Transfer view
    • Added color for single folder
    Source code(tar.gz)
    Source code(zip)
  • 4.4.0(May 24, 2022)

    Nextcloud iOS 4.4 includes new features, improvements, and bug fixes, including:

    • A new view for the Sharing files
    • A new view for the PDF documents
    • The Lock file introduced in Nextcloud Hub 24
    • Added Accessibility "Labels"

    For information please visit: https://github.com/nextcloud/ios/milestone/89

    Source code(tar.gz)
    Source code(zip)
  • 4.3.1(Mar 11, 2022)

  • 4.3.0(Mar 9, 2022)

    Scan document rotation button is flakey since 4.1.0 #1821 Media - Title disappears when opening the Media after the Favorites screen. #1795 Media - The text "No photos or videos uploaded yet" does not fit on the screen #1785 Trash - Option „Select“ or „Select all“ in order to restore or delete multiple files is missing #1782 Voice memo - "Add to favorites" does not change to "remove from favorites" #1794 Voice memo - Seconds run twice as fast during recording #1872 Voice memo - In landscape mode the (SAVE) "Upload voice memo" screen is not fully visible, doesn't scroll #1869 Not possible to copy folder info, text flickers #1817 The option for saving a photo to the album is visible for documents #1769 Delete file list do not show the correct file thumbnail icon's #1787

    Enable Print option for more document types #1865, Printable files:

    • PDFs
    • Images (jpg, png, etc.)
    • svg images
    • any text file (txt, md, html)

    Fix Open-In download #1905:

    • show cancelable download indicator
    • download multiple files (but not all) at once
    • don't abort if only one (or a few) files fail to download. Continue with the ones that succeeded
    Source code(tar.gz)
    Source code(zip)
  • 4.2.2(Feb 21, 2022)

  • 4.2.1(Feb 2, 2022)

  • 4.2.0(Dec 21, 2021)

    • Improvements server trust detection
    • Added in privacy: "Splash screen when app inactive" on Settings
    • Fixed error to login with special chars in the name of device
    • Fixed Internal link (sharing) can no longer be copied
    • Fixed Menu iPad in landscape mode
    • Fixed share email, not asked for password
    Source code(tar.gz)
    Source code(zip)
  • 4.1.0(Nov 28, 2021)

    • Added option automatic delete files older than days
    • Added option PDF View horizontal / vertical
    • Added option PDF View for go to page ...
    • Viewer for Image (improved zoom and speed)
    • Viewer for Video (new)
    • Improved chunk BIG file
    • Improved cache file preview
    • Improved the avatar(s) system caching
    • Coordinate displaying Letters avatars
    • Support selecting multiple files when using upload file option
    • Combined Activity View (Message + Activity)
    Source code(tar.gz)
    Source code(zip)
Owner
Nextcloud
📱☁️💻 A safe home for all your data – community-driven, free & open source 👏
Nextcloud
📱The all-new iOS app for ownCloud

ownCloud iOS App ?? The new iOS App for your ownCloud! ?? https://ownCloud.com Account List File List File Actions Preview Files Quick Access Settings

ownCloud 163 Dec 29, 2022
Cozy Drive Web App for Cozy Cloud

Cozy Drive What's Cozy? Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can sha

Cozy.io 138 Dec 14, 2022
Seafile-iOS is a the iOS client for Seafile.

Introduction Seafile-iOS is a the iOS client for Seafile. Build and Run Follow these steps : git clone https://github.com/haiwen/seafile-iOS.git cd se

null 202 Dec 29, 2022
Next-generation file browser for iOS.

Files Next-generation file browser for iOS. Multiple-column-UI on iPad System-wide Document Provider - open files in other apps Go to Folder Sorting o

Steven Troughton-Smith 300 Nov 20, 2022
FileExplorer is a powerful iOS file browser that allows its users to choose and remove files and/or directories

FileExplorer (iOS 9.0+) ?? Project created and maintained by Rafał Augustyniak. You can find me on twitter (@RaAugustyniak). Introduction FileExplorer

Rafał Augustyniak 717 Dec 19, 2022
A modern iOS application for kDrive by Infomaniak.

Infomaniak kDrive app A modern iOS application for kDrive by Infomaniak. Synchronise, share, collaborate. The Swiss cloud that’s 100% secure. ☁️ All t

Infomaniak 27 Nov 1, 2022
📱 Nextcloud iOS App

Nextcloud iOS app Check out https://nextcloud.com and follow us on twitter.com/nextclouders or twitter.com/NextcloudiOS How to contribute If you want

Nextcloud 1.4k Jan 7, 2023
Nextcloud Talk is a fully on-premises audio/video and chat communication service

Nextcloud Talk iOS app Video & audio calls and chat through Nextcloud on iOS Nextcloud Talk is a fully on-premises audio/video and chat communication

Nextcloud 112 Dec 26, 2022
iOS app for Technex, IIT(BHU) Varanasi. This project is closed before completion. You can use this app for learning purpose. You can use this app as a templet of any event related app.

technex-ios iOS app for Technex, IIT(BHU) Varanasi. This project is closed before completion for some reasons. You can use this app for learning purpo

Jogendra 12 May 9, 2022
🍎 An App to check whether a non-App Store app is in App Store.

AppStorify ?? An App to check whether a non-App Store app is in App Store. Benfits Use App Store's upgrade mechanism instead of app's. App Store apps

seedgou 58 Dec 7, 2022
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.

This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and Apple TV app. With this Framework you can create iPh

Prioregroup.com 479 Nov 22, 2022
Chat-App - GV Chat App is an iOS app built with Swift

GV Chat App - iOS Explore the docs » Report Bug · Request Feature About The Proj

Cyrus Dumbwani 0 Jan 25, 2022
Todo is an iOS App written in Swift. This app is used for an online video training course. This app demonstrates how to use UITableViewController.

Todo Todo is an iOS App written in Swift. This app is used for an online video training course. This app demonstrates how to use UITableViewController

Jake Lin 273 Dec 29, 2022
Sample app to demonstrate data sharing between a WatchKit app and its main app using Realm

#Done! A sample app demonstrating how to share data between an app an its Watch extension using Realm. You can read more about it here. ##Screenshot #

Fancy Pixel 147 Dec 8, 2022
Sample app to demonstrate data sharing between a WatchKit app and its main app using Realm

#Done! A sample app demonstrating how to share data between an app an its Watch extension using Realm. You can read more about it here. ##Screenshot #

Fancy Pixel 147 Dec 8, 2022
In this mini app covered the concepts like basics of SwiftUI and Navigations and Animations and List with CRUD functions and MVVM and App Launch and App icons adding and also applied persistence using UserDefaults Concept.

TodoList In this application used the concepts from the beginner level project of SwiftUI_Evolve_1 The following concepts covered in this mini app Swi

Sivaram Yadav 2 Dec 4, 2021
Oversecured Vulnerable iOS App is an iOS app that aggregates all the platform's known and popular security vulnerabilities.

Description Oversecured Vulnerable iOS App is an iOS app that aggregates all the platform's known and popular security vulnerabilities. List of vulner

Oversecured Inc 135 Dec 15, 2022
VidyoPlatform Basic CustomLayouts Reference App for iOS (Swift)VidyoPlatform Basic CustomLayouts Reference App for iOS (Swift)

VidyoPlatform Basic CustomLayouts Reference App for iOS (Swift) VidyoPlatform reference application highlighting how to integrate video chat into a na

Taras Melko 0 Nov 19, 2021
NetFun-ios-app - iOS app using BFF service to display processed data.

NetFun-ios-app iOS app using BFF service to display processed data. The iOS demo developed in SwiftUI and it uses BFF service to show expected UI comp

Minhaz Panara 0 Jan 3, 2022