Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can I not install more than three apps?

Tags:

ios

xcode8

I have just started learning how to make iOS apps, and am using the free personal developer account.

I have made four apps so far, but do not seem to be able to install more than three apps. Even if I have three apps installed, and go to update one of the installed apps I receive the following error message in Xcode:

App installation failed

The maximum number of apps for free development profiles has been reached.

From what I have read, each app should be signed for a week, but I've only been coding from a few days.

How can I install more apps, or do I have to delete my existing apps from my device?

like image 739
Lewis Lebentz Avatar asked Sep 19 '16 20:09

Lewis Lebentz


People also ask

How many apps can you install on AltStore?

Due to restrictions by Apple, you can only have 3 sideloaded apps installed on a device at a time. To work around this, AltStore allows you to "deactivate" sideloaded apps, which backs up their data and removes them from your device to free up a slot for another app.

How many apps can I sideload with developer account?

Unfortunately, most people are using free Apple developer accounts to do this, which limits the number of apps these users can sideload and operate to just three at a time.

How do I sideload apps in AltStore?

Conversation. So, how exactly do you sideload apps with AltStore 1.3? Just press the “+” button in the My Apps tab, select the app to install, and AltStore will do the rest. It's that easy!


1 Answers

Just delete the apps that you have installed using the same profile from your device. just clean the project by using the command SHIFT+Command+K ,Try to run the project again.In my case it worked .No need to pay any fee.I hope it works for you too.

like image 68
Swifty Codes Avatar answered Oct 02 '22 03:10

Swifty Codes