Enabling iCloud with Provisioning Profiles in my App

amitsbajaj

I'm extremely new to iCloud development and while I have 2 versions of my app out in the app store, it's time to bring iCloud functionality.

There are a few questions that I need to ask. These may seem really basic, but I need to understand the right procedures before continuing and I can't seem to find this information anywhere online.

My app only supports iOS 7 and I'm using the latest Xcode as well.

Question and Uncertainty

All of the tutorials I've seen cover implementing iCloud into a new app rather than an app that already exists in the App Store and which already has an App ID and provisioning profiles. Do I have to create a new App ID or can I just edit my existing App ID to include iCloud and then generate new provisioning profiles?

Also, if I generate new provisioning profiles, will this directly impact any of my testing devices while I'm in the process of the iCloud development?

I'm sorry but I really don't know what to do here and any guidance on taking this forward would be really appreciated!

Thanks,

ProgrammingNinja

You don't have to create new app id simply what you have to do is add new features to existed app id.

If you go to apple development portal--> login to your account there you will see.

Click on Certificates,identifiers & profiles--> Click on Identifiers--> Then Click on identifier to whom you want to add new feature say "iCloud"

At the bottom you will see Edit button

enter image description here

Click on edit you would be taken to a new screen where you can add new feature iCloud to it.

Now here are few points that you have to remember.

You would have to alter you all certificates for this identifier and then regenerate new ones. Remember all provisioning profiles,certificates need to be regenerated for this App Id.

I have done so many times further you can ask i will help you.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

iCloud set up and provisioning

From Dev

Provisioning Profiles in XCode 5

From Dev

Xcode 5 will not import provisioning profiles

From Dev

Xcode 5 Provisioning Profiles Not Available

From Dev

Enabling iCloud with Provisioning Profiles in my App

From Dev

Swift keychain and provisioning profiles

From Dev

Enabling zombies stops my app from crashing

From Dev

Bundling provisioning profiles with iOS apps

From Dev

No matching provisioning profiles found for WatchKit extension when submitting to App Store

From Dev

Xamarin Studio not Recognizing Provisioning Profiles

From Dev

Wildcard App IDs can not be used to create In House provisioning profiles. Please use an Explicit App ID

From Dev

Specifying provisioning profiles when export OS X app

From Dev

Deleting expired provisioning profiles

From Dev

"No provisioning profiles found" in Xcode

From Dev

iOS Keychain access and Provisioning Profiles

From Dev

Problems importing certificates and provisioning profiles

From Dev

Enabling my disabled app programmatically

From Dev

Jenkins and provisioning profiles

From Dev

Xcode 5 will not import provisioning profiles

From Dev

Renewing all provisioning profiles at once

From Dev

Xcode 5 Provisioning Profiles Not Available

From Dev

What's the best way to track dozens of App IDs and Provisioning Profiles?

From Dev

iCloud set up and provisioning

From Dev

New Swift app Lister error: "No matching provisioning profiles found", "App ID with Identifier ... is not available"

From Dev

One iOS App under Different provisioning profiles

From Dev

Certificates and Provisioning Profiles for Push Notifications

From Dev

Deleting expired provisioning profiles

From Dev

xcodebuild provisioning profiles not found?

From Dev

creating provisioning profiles

Related Related

  1. 1

    iCloud set up and provisioning

  2. 2

    Provisioning Profiles in XCode 5

  3. 3

    Xcode 5 will not import provisioning profiles

  4. 4

    Xcode 5 Provisioning Profiles Not Available

  5. 5

    Enabling iCloud with Provisioning Profiles in my App

  6. 6

    Swift keychain and provisioning profiles

  7. 7

    Enabling zombies stops my app from crashing

  8. 8

    Bundling provisioning profiles with iOS apps

  9. 9

    No matching provisioning profiles found for WatchKit extension when submitting to App Store

  10. 10

    Xamarin Studio not Recognizing Provisioning Profiles

  11. 11

    Wildcard App IDs can not be used to create In House provisioning profiles. Please use an Explicit App ID

  12. 12

    Specifying provisioning profiles when export OS X app

  13. 13

    Deleting expired provisioning profiles

  14. 14

    "No provisioning profiles found" in Xcode

  15. 15

    iOS Keychain access and Provisioning Profiles

  16. 16

    Problems importing certificates and provisioning profiles

  17. 17

    Enabling my disabled app programmatically

  18. 18

    Jenkins and provisioning profiles

  19. 19

    Xcode 5 will not import provisioning profiles

  20. 20

    Renewing all provisioning profiles at once

  21. 21

    Xcode 5 Provisioning Profiles Not Available

  22. 22

    What's the best way to track dozens of App IDs and Provisioning Profiles?

  23. 23

    iCloud set up and provisioning

  24. 24

    New Swift app Lister error: "No matching provisioning profiles found", "App ID with Identifier ... is not available"

  25. 25

    One iOS App under Different provisioning profiles

  26. 26

    Certificates and Provisioning Profiles for Push Notifications

  27. 27

    Deleting expired provisioning profiles

  28. 28

    xcodebuild provisioning profiles not found?

  29. 29

    creating provisioning profiles

HotTag

Archive