diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md
index 1024540..68273f7 100644
--- a/Frequently-Asked-Questions-(FAQ).md
+++ b/Frequently-Asked-Questions-(FAQ).md
@@ -58,15 +58,9 @@
## OSX
* [When trying to update, the logs say "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo."](#osx-q1)
-## iOS
-* [PlexPy isn't logging my history from my iOS device!](#ios-q1)
-
## QNAP
* [How do I set the Plex Logs Folder on QNAP?](#qnap-q1)
-## FreeNAS
-* [When trying to start PlexPy as a service, I get the message "PID file '/usr/local/share/plexpy/plexpy.pid' already exists. Exiting."](#freenas-q1)
-
---
@@ -195,6 +189,7 @@ Otherwise, you may have to set secure connections to "Preferred" in your Plex se
#### Q: PlexPy cannot read my Plex log file.
**A:** PlexPy does not require your Plex logs to function. You can add your Plex logs folder to PlexPy in order to use it as a convenient log viewer. If you are installing PlexPy in a docker container or jail, then you will need to mount/share the Plex log folder into the PlexPy container. You must also specify the full path to the Plex logs folder (shortcuts will not work).
+
---
### Activity and History Logging
@@ -257,6 +252,7 @@ If the item can't be found then you can flush the temporary sessions database in
The only solution at the moment is to disable Settings > Activity Monitoring > Use Websockets and manually delete those history entries from the History tab.
+
---
### Notifications
@@ -344,14 +340,6 @@ sudo xcodebuild -license
```
----
-
-### iOS
-
-#### Q: PlexPy isn't logging my history from my iOS device!
-**A:** Check if your iOS device has any [special characters](https://terpconnect.umd.edu/~zben/Web/CharSet/htmlchars.html) in it's name. This is a know bug with the iOS app ([#212](https://github.com/JonnyWong16/plexpy/issues/212)). This iOS beta app also has a special character (`ß`) in the app name. The only solution is to remove the special character or use the non-beta app.
-
-
---
### QNAP
@@ -376,17 +364,4 @@ sudo xcodebuild -license
```
\\\PATH\TO\VALID\SHARE\FOLDER\PlexLogs
- ```
-
-
----
-
-### FreeNAS
-
-#### Q: When trying to start PlexPy as a service, I get the message "PID file '/usr/local/share/plexpy/plexpy.pid' already exists. Exiting."
-**A:** Make sure PlexPy is stopped then run:
-
-```
-rm -f /usr/local/share/plexpy/plexpy.pid
-service plexpy start
-```
\ No newline at end of file
+ ```
\ No newline at end of file