https://github.com/r57zone/custom-data-notifications-center-ios
Пользовательские данные в центре уведомлений iOS / Custom data notifications center iOS
https://github.com/r57zone/custom-data-notifications-center-ios
ios reverse-engineering
Last synced: about 1 year ago
JSON representation
Пользовательские данные в центре уведомлений iOS / Custom data notifications center iOS
- Host: GitHub
- URL: https://github.com/r57zone/custom-data-notifications-center-ios
- Owner: r57zone
- License: gpl-3.0
- Created: 2015-10-04T18:29:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T21:09:00.000Z (about 9 years ago)
- Last Synced: 2025-01-18T12:32:47.758Z (about 1 year ago)
- Topics: ios, reverse-engineering
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RU:


Пользовательские данные погоды и акций для центра уведомлений iOS.
Для использования необходимо развернуть http сервер, разместить на нем php файлы и убрать расширения файлов, с помощью [конфига в nginx](https://github.com/r57zone/Custom-data-notifications-center-iOS/blob/master/nginx.conf.txt) или [конфига apache](https://github.com/r57zone/Custom-data-notifications-center-iOS/blob/master/.htaccess).
Далее необходимо добавить в файл устройства "/etc/hosts" 2 строки: "127.0.0.1 iphone-wu.apple.com" (акции), "127.0.0.1 apple-mobile.query.yahooapis.com" (погода), где 127.0.0.1 адрес вашего http сервера.
EN:
Custom weather data and stocks to the notification center iOS.
To use, you must deploy http server host a php file and remove the file extensions with [config in nginx](https://github.com/r57zone/Custom-data-notifications-center-iOS/blob/master/nginx.conf.txt) or [config apache](https://github.com/r57zone/Custom-data-notifications-center-iOS/blob/master/.htaccess).
Then to add to the device file "/etc/hosts" 2 lines: "127.0.0.1 iphone-wu.apple.com" (action), "127.0.0.1 apple-mobile.query.yahooapis.com" (weather), where 127.0.0.1 address your http server.