This is a migrated thread and some comments may be shown as answers.

There are no developer provisions matching developer profile

18 Answers 65 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kyle
Top achievements
Rank 1
Kyle asked on 08 Jun 2012, 09:15 PM
What am I missing here? Imported the .p12, created a new provisioning profile on developer.apple.com as per the docs and added it to the provision list. When I build to device it says no provision profile selected, but if I go to the project properties to set one, none are shown in the list.

18 Answers, 1 is accepted

Sort by
0
Evgeni
Top achievements
Rank 1
answered on 08 Jun 2012, 10:12 PM
It usually means that the developer profile do not match the provision. Did you go through this tutorial : http://www.icenium.com/resources/documentation/how-to-create-and-install-your-developer-provisioning-profile-and-certificate or you imported p12 from your mac machine?
0
Kyle
Top achievements
Rank 1
answered on 08 Jun 2012, 10:27 PM
Yes I followed this process only I already had an existing device. I exported from mac as .p12. I think I will try generating this csr from icenium. Any other thoughts?
0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 10:39 PM
Yes, please try generating a new csr from Icenium. Follow the steps documented here: http://www.icenium.com/resources/documentation/how-to-create-and-install-your-developer-provisioning-profile-and-certificate

0
Kyle
Top achievements
Rank 1
answered on 08 Jun 2012, 10:42 PM
Hi Clemri, thanks for your response. I've tried both ways now and still nothing shows up ni the list for this project. Is there any way to reset this and start over? It doesn't appear so.
0
Clemri
Top achievements
Rank 1
answered on 08 Jun 2012, 11:01 PM
Kyle, yes there is a way to start over but we're gonna need to help with that. Please send a mail to support@icenium.com with "iOS Provision errors" in the subject line and we'll connect off-line. 

In the mean time you can use Ion to test your app on iOS devices without needing mobile provisions.

Regards,
Clemri

0
Graham
Top achievements
Rank 1
answered on 06 Oct 2012, 11:37 AM
I have been through the same steps and also have the same issue. Seeing the message "No matching certificate was found for selected provision." when trying to build & run from Mist to my iPhone device.

I am trying to use an existing developer certificate and provisioning profile. I am able to deploy native apps using Xcode to my iPhone, so I know that the developer certificate matches the provisioning profile.

Is there a solution for this?

Thanks,

Graham.
0
Evgeni "Zammy" Petrov
Telerik team
answered on 09 Oct 2012, 07:02 AM
Hello Graham,

The problem is that you have a Dev provision with sepcific Bundle Identifier "com.scire.Scire" while your application "Scire" has App Identifier "com.telerik.Scire".

You have two options, rename your App Identifier to "com.scire.Scire" or ,and which I advice you to do, you can go to Apple's site and change the Bundle Identifier of your Dev Provision to "*" which will work with any project.

Hope that helps.

 
All the best,
Evgeni "Zammy" Petrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Dan
Top achievements
Rank 1
answered on 09 Feb 2013, 11:18 PM
Splash Image is accepted in Graphite but the Build Fails with the image errors ..anyone see what the issue could be ?  

splash http://www.e85prices.com/splash_480x800.9.png

and error . .http://www.e85prices.com/buildfail.PNG
0
Dan
Top achievements
Rank 1
answered on 09 Feb 2013, 11:30 PM
OK we're getting it.. cant get the Image to  "Full Screen" though ..yet


0
Dan
Top achievements
Rank 1
answered on 09 Feb 2013, 11:47 PM
10 seconds on splash screen is way to long..is there a time setting in one of the js files?
0
Yavor Georgiev
Telerik team
answered on 10 Feb 2013, 12:27 AM
Hello Dan,

 You can manually hide the splash screen at any time by calling this function:
navigator.splashscreen.hide();


Regards,
Yavor Georgiev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Dan
Top achievements
Rank 1
answered on 10 Feb 2013, 01:35 AM
Not trying to hide it..trying to set a time limit for it.. instead of displaying for 10 seconds.. something like 4 seconds. 
0
Yavor Georgiev
Telerik team
answered on 10 Feb 2013, 02:13 AM
Hi Dan,

 The 10 seconds duration of the splash screen is hardcoded in the native side of Cordova on Android and it cannot be easily changed in Icenium right now.

 However, you can use JavaScript's setTimeout function in your deviceready handler to hide the splash screen after a set amount of time like so:
setTimeout(function() {
    navigator.splashscreen.hide();
}, 4000);

 You can experiment with the duration to make it work for you.

Kind regards,
Yavor Georgiev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Dan
Top achievements
Rank 1
answered on 10 Feb 2013, 02:14 AM
Thanks Yavor..that should work for now.
0
BLE
Top achievements
Rank 1
answered on 11 Feb 2013, 07:40 PM
P.S. With the latest version of Icenium Graphite (version 1.2) I have to delete and re-import my provisioning profile each time I create a new project (otherwise it complains when I try to run on my iOS device that no provisioning profile can be found).
0
Nikolay
Telerik team
answered on 12 Feb 2013, 08:18 AM
Hi Kyle,

Unfortunately we wasn't able to reproduce your issue with provisioning.
Graphite asked for new provision after update from 1.1 to 1.2 but after importing it again, we wasn't able to reproduce it.
Did yo set your code signing identity in project properties ? Also try to delete Graphite's cache.

All the best,
Nikolay
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
David
Top achievements
Rank 1
answered on 17 Jun 2013, 03:31 PM
On the iOS version of my app the splash screen is vanishing too quickly (app still isn't initialized) is there a way I can force it to stay open longer?
 -David
0
Steve
Telerik team
answered on 18 Jun 2013, 07:33 AM
Hi David,

You can control the splash screen via the show and hide methods.

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
Tags
Report a bug
Asked by
Kyle
Top achievements
Rank 1
Answers by
Evgeni
Top achievements
Rank 1
Kyle
Top achievements
Rank 1
Clemri
Top achievements
Rank 1
Graham
Top achievements
Rank 1
Evgeni "Zammy" Petrov
Telerik team
Dan
Top achievements
Rank 1
Yavor Georgiev
Telerik team
BLE
Top achievements
Rank 1
Nikolay
Telerik team
David
Top achievements
Rank 1
Steve
Telerik team
Share this question
or