All Questions
8 questions
0
votes
2
answers
60
views
EXC_BAD_ACCESS exception on accessing name property of EspDevice class
I'm getting EXC_BAD_ACCESS exception on accessing name property of EspDevice class. I need to access deviceName which is a private property, and name is causing this error. Can somebody help me to ...
0
votes
0
answers
1k
views
Add flag to the Entitlement.plist in XCode 6
Is it possible to add beta-reports-active flag to the Entitlement.plist?
I need this flag for beta testing. I tried regenerate my provision profiles, but this doesn't work, there is no such flag in ...
1
vote
4
answers
4k
views
Edit provisioning profile from IPA
This is VERY SERIOUS and I need very fast answer because my Demo after 3 hours.
I've IPA with large space sent to my client, on that IPA I've added only one device, after that I've added 8 devices ...
1
vote
0
answers
185
views
Can't sync build using itunes or wirelessly using testflight or diawi
I just finished creating an iphone app.When i debug it in my device using Xcode,it works.
When i archive it using my Ad-hoc distribution profile or the debug profile and then try syncing it with ...
2
votes
2
answers
623
views
Provisioning Profiles, certificates and such
I'm trying to understand the whole provisioning-proccess, but I just don't get it..
I have tried to read up, but it's too weird and difficult for me to understand, especially when English is neither ...
0
votes
2
answers
364
views
Distribution Provisioning Profiles are valid but Development Profiles say valid signing entity not found
I've spent a ton of time with provisioning profiles, and even managed to release a few apps, so I'm familiar with the process. However, I've come across an issue and I'm not sure what to do.
In my ...
1
vote
2
answers
3k
views
IOS Provisioning Profile and Push Notification on New Device
I can send push notification to an IOS device (IOS 5.1 IPAD 3rd gen) and handle notifications etc.. So it works quite well.
Now I have to use another device(IOS 5.1 IPAD 3rd gen), on organizer by ...
3
votes
4
answers
4k
views
run app on the device signed with adhoc distribution certificate
I have an iphone application. I want to run it on the device. The application is signed with adhoc distribution certificate. I heard that I can not debug with this type of certificate. OK. How can I ...