Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
540 views

Is there any security risk if we install SSL Certificate at the load balancer instead of the servers?

i'm doing a bit of research on this, so is there any security risk if we have the SSL certificate installed at the load balancer instead of the server? and what is the industry best practice to ...
2
votes
1answer
116 views

Consequences of Jailbreaking as a Developer [closed]

What would be the consequences of Jailbreaking my iOS device as a developer? What are some of the benefits, and what are some of the issues with Jailbreaking as a developer? How would this effect ...
2
votes
2answers
159 views

Should you register new extensions with Apple?

Do I need to register new extension types with Apple before I release an application that would create them on OS X?
1
vote
2answers
121 views

Why do some analog pins on my PIC32 report zero when disconnected and others report non-zero?

I am using a PIC32MX534F064L (datasheet), and trying to read several of its analog pins (marked AN0 to AN15). With none of those pins connected to anything, I expect to read a value of zero. Instead ...
1
vote
2answers
212 views

Reading a newline character from a socket in Delphi

I'm working on a program in Delphi that has to conform to the ADC standard protocol. This protocol specifies that each line is terminated with a newline character (#10#13 OR sLineBreak). The problem ...
1
vote
1answer
493 views

Apple Developer Account Company License

This is mainly aimed at those in Australia but if you have insight, it's much appreciated. I'm looking to create an iPhone Developer's Account. My brother and I are looking to develop some games ...
1
vote
3answers
751 views

Apple Developer Connection log-in problems

Is there a trick to logging in to Apple Developer Connection? For the past two weeks, out of about 100 tries, I've been able to log in three times. Every other time, after a successful entry of my ...
1
vote
1answer
326 views

iPhone Developer Program, how does it work?

My question is concerning how the Apple Developer program works.  I am not yet signed up to submit apps to the App Store, so I was wondering how the process works.  Are apps submitted through their ...
0
votes
2answers
143 views

How many devices can I register with my iOS Developer Program Account?

I have my 99$ subscription in apple developers portal my doubt is that for how many different devices i can test my application, is there any limitations say you can test in 10 different devices?
0
votes
0answers
42 views

input reports of ADC data on C8051F320

Using a C8051F320's (configured as a HID) ADC to sample data. Each input report is 64B (Bytes), which I fill with 31S (Samples). SARCLK = 3MHz, SYSCLK = 24MHz, sampling rate is set by Timer2 ...
0
votes
1answer
294 views

Distribute iOS apps without joining Developer Program

I wrote a simple app. I'm not in "iOS Developer Program", i.e. I cannot publish on AppStore. But I would like to show the app to a friend who as an iPad. How can I manage to do it? Does the friends ...
0
votes
1answer
245 views

How long does it take to receive a verification email for the Mac Developer Program?

Today I registered for the Mac Developer Program, at $99 per year. So far I have yet to receive the verification email. How long should I expect to wait before receiving this email?
0
votes
1answer
111 views

Apple Push Notification Service

I am attempting to follow the instructions on this page: ...