Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove ios today extension from app

I've added today extension to my app (for test only) and now, I want to remove it. I've tryed to delete all files that seemd to be connected with extension, but when I run app again, extension is still available in today notification view... Can anyone help me to remove that? Thanks alot!

like image 520
stepik21 Avatar asked Sep 20 '14 16:09

stepik21


People also ask

How to remove extensions from Safari on iPhone and iPad?

If you ever want to get rid of them, just open your Safari settings to toggle off an extension or just delete the relevant app like you would with any others on your device. Removing Safari extensions from an iPhone or iPad is really that simple. Hiba is a Staff Writer for MUO.

How do I delete apps and extensions on my Samsung Galaxy?

Once you find it, press and hold until the apps begin shaking. Press the minus (–) sign that appears and select Delete App from the popup that appears. Repeat for all extensions you want to delete.

How do I remove apps from my iPhone?

Remove apps from iPhone. You can easily remove apps from your iPhone. If you change your mind, you can download the apps again later. Touch and hold any app on the screen until the app icons jiggle. Tap on the app you want to remove, then tap Delete. Tap Done (iPhone X and later) or press the Home button (other models).

How do I remove third-party apps from my iPhone?

Tap on the app you want to remove, then tap Delete. Tap Done (iPhone X and later) or press the Home button (other models). If you change your mind, you can redownload apps you’ve removed. In addition to removing third-party apps, you can remove the following built-in Apple apps that came with your iPhone:


3 Answers

Clean your project (cmd + shift + k) then run again.

like image 50
AboulEinein Avatar answered Oct 19 '22 01:10

AboulEinein


Five steps:
1. Delete the app from the device
2. Delete the Extension target from the project
3. Delete the share(or other extension) group from .xcodeproj
4. cmd + shift + k
5. removed the scheme-build and from Manage Schemes

Then just run,everything is OK(Have tried by myself)

like image 21
Suric Avatar answered Oct 19 '22 00:10

Suric


Clean your project and delete the app from the simulator (and from the device)

like image 40
Andrea Mario Lufino Avatar answered Oct 19 '22 00:10

Andrea Mario Lufino