With reference to a given (possibly implicit) set of objects, a unique identifier is any identifier which is guaranteed to be unique among all identifiers used for those objects and for a specific purpose.
0
votes
1answer
39 views
Adding unique elements to a Perl array determined by regex
I'm writing a perl script to analyze error codes and determining whether or not they are unique. The error is unique depending on what line it's on. A standard error message may be:
RT Warning: No ...
5
votes
4answers
102 views
I want unique identifier string which detect iPhone device (just like UDID)?
I want unique identifier string for iPhone devices instead of UDID and MAC.
1. Get UDID and MAC are deprecated by apple.
2. We can use UUID but it will get change after reinstalling app or delete ...
0
votes
3answers
674 views
AppStore Submission denied - Apps are not permitted to use the UDID
I'm trying to upload an application to AppStore but soon as its uploading I get this error:
Your app contains non public API usage. Please review the errors, correct them, and submit your app again.
...
3
votes
2answers
117 views
How can I find the file calling uniqueIdentifier on UIDevice?
I used the answer to this question How to detect if any external libraries are calling [UIDevice currentDevice] uniqueIdentifier]?
to get an log where uniqueIdentifier was being called. However I ...
0
votes
1answer
56 views
Tools for detecting where UDID is used [duplicate]
I submitted an update for my app to itunesconnect to discover that one of my third party libraries is using UDID. It was not picked up when I first submitted the app and I have made no changes to my ...
0
votes
1answer
23 views
Identify Firewire device via DirectShow using EUI-64
I have 2 Firewire Video Input Devices (Canopus ADVC-300), that I want to connect to a DirectShow filter chain. However before constructing the filter chain, I'd like to know which camera is which (in ...
0
votes
2answers
66 views
The [UIDevice uniqueIdentifier] become private in iOS 6.0
Apple doesn't allowed to add application to the app store that used the [UIDevice uniqueIdentifier] because the property become private in iOS SDK 6.0
What are the Alternatives?
1
vote
0answers
21 views
How can I set a unique indentifier on HTML gadgets, when I can't use ID and need to reference the gadget repeatedly?
I'm using a plugin (called renderJs) that allows to build HTML pages from reusable gadgets (HTML5 mashups). By default a gadget will look something like this:
<div id="header"
...
1
vote
2answers
46 views
How unique are the ids generated with CFUUID , in iOS?
The title is my question actually. Now that Apple doesnt allow any more the use of UUID i decided to go with the CFUUID.
However i have some questions regarding it.
Is is unique for every device? ...
0
votes
0answers
38 views
excluding UIDevice from a static library
I create a static library which include a usage of the UIDevice. There is no use of the uniqueIdentifier.
Apple rejected an app suing this library and we suspect it's because searching for the ...
0
votes
1answer
35 views
Create unique ID based on existing ID conditions
I a column of unique Document IDs, where certain IDs contain a Q or an A:
"702-591|source-871987", "702-591|source-872066",
"702-591|source-872336", "702-591|source-872557",
...
8
votes
3answers
668 views
libpaypalmpl.a is using uniqueidentifier and apple reject reject the app
From the 1st, May 2013 Apple will reject the app which will use uniqueIdentifier. In my app i am using Paypal library and i found that libpaypalmpl.a is using uniqueIdentifier and my app is rejected ...
0
votes
0answers
55 views
admob new sdk 6.4.1 not working properly
After upgrading I had to change some of the calls to:
bannerView_ = [[GADBannerView alloc] initWithAdSize:kGADAdSizeBanner];
I Get this error:
Undefined symbols for architecture i386:
...
-1
votes
4answers
56 views
Verify a user identity via Phone Number or other unique ID (iOS/Android)
Following scenario:
I want to create an wifi hotspot on a public place (e.g. train station). Therefore i want to write an mobile application (iOS and/or Android) which works as a portal page. As I ...
1
vote
3answers
34 views
Is a 64 bit random ID good enough for about 10 million entries?
I was inspired by this unique id code to generate a random 64 bit identifier.
My question: will this be good enough for about 10 million entries?
def self.generateId
...
18
votes
14answers
4k views
App rejected, but I don't use UDID
Today we received a feedback about our submission and we do not understand the reported problem: "Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice. ...
0
votes
1answer
26 views
PHP - Will uniqid() generate alphabetical IDs?
If I use the PHP uniqid() function to generate IDs, and then I sort the IDs alphabetically in MySQL, will they be in the same order they were created?
It seems to me like they should be, since the ...
0
votes
1answer
212 views
Alternative to [UIDevice uniqueIdentifier] for iOS < 6 [duplicate]
[UIDevice uniqueIdentifier] cannot be used from now on.
All new alternatives are from iOS 6. (Advertising identifier or vendor identifier).
MAC address is okay, but can be spoofed. A hash of MAC ...
0
votes
0answers
31 views
how does pay-per-install work on android?
I'm thinking to have a third party to promo my app, and I'll pay them per install. In order to avoid fraud, I need to have a unique ID stored in my database. My problem here is that I can't find a ...
5
votes
3answers
164 views
What is the normal way to create a unique ID for POP3 emails?
IMAP messages have a UID for which we all rejoice. However, I'm trying to figure out how to generate a unique ID for a POP3 message and having trouble (old systems like hotmail.com only allow POP3).
...
0
votes
1answer
13 views
Encode a list of ids in an elegant id
I am trying to find the best way to encode a list of 10 integers (approximately between 1 and 10000) into a single id (I need a one-to-one function between a list of integers to a single integer or ...
0
votes
1answer
39 views
MVC - Seeding GUID and table key
During seeding in MVC how can I prevent GUIDs being generated in the database?
This is my class:
[Table("Languages")]
public class Language
{
[Key]
public Guid ID { get; set; }
...
0
votes
1answer
57 views
Is it possible to get a unique identifier for an ios device from a browser, in a controlled environment?
This is (a very simplified version of) the scenario with which I am faced:
I have an existing web application which manages jobs. We are now purchasing a number of ios devices (iphones and ipads) and ...
-1
votes
0answers
89 views
C# 2012 Using IDENT_CURRENT with SQL DataReader
New question folks. I am working in a Silverlight WCF application and I have to insert a row of data. Not terribly difficult mind you, but there is a problem. I need to find the last identity used in ...
0
votes
2answers
69 views
Best Practice: find row for unique id from multiple tables
our database contain 5+ tables
user
----------
user_id (PK) int NOT NULL
name varchar(50) NOT NULL
photo
--------
photo_id (PK) int NOT NULL
user_id (FK) int NOT NULL
title varchar(50) NOT NULL
...
0
votes
0answers
46 views
How to find unique visitors using cookies, ip address referer and user agent?
I am trying to figure out an algorithm, query or method that allows me to predict when a user is not a unique visitor.
Figuring out wether the person is not unique can happen after the fact.
I have ...
1
vote
1answer
21 views
Hibernate get Object by non ID , unique identifier
I have the following object:
@Id
@GeneratedValue
private long id;
@Column(name = "uniqueId", unique=true)
private String uniqueId;
is it possible to get an object from the DB ...
0
votes
2answers
87 views
Android Unique Serial Number
I am developing an android application that targets Android 4.0 (API 14) and above.
I am looking for a serial number that is unique per device and that persists for ever (dies with the device, does ...
1
vote
6answers
72 views
Any Java way of generating an identifying string that is similar to YouTube's video string?
Each video at YouTube has a unique identifying string such as 1cru2fzUlEc.
Is any Java way of generating something close to it? By close I mean the string is unique, short, and uses numbers and ...
0
votes
2answers
80 views
unique identifier in data.table
I have a data.table with 11 variables and 200,000+ rows. I am trying to find the unique identifier (in other words, key) in this data.table.
I am looking for something like isid in Stata, which ...
-1
votes
4answers
77 views
Generate a unique integer based on given string
There are many answers already on the subject, but I can't find any that looks like what I'm looking for.
I would need to generate a unique negative ID (int) from a given string. Would be happy if ...
0
votes
1answer
26 views
reusing spring beans - name collisions
What is the preffered approach for reusing other jar containing spring-annotated classes in spring (3.2) ?
Example of a problem:
I have a jar that has @Autowired SessionFactory, but it needs ...
1
vote
1answer
25 views
UniqueDeviceID different between apps on Windows Phone 8
We have two apps we've developed for Windows Phone 8. I've set the Publisher ID in the WMAppManifest to be the same GUID, but for some reason each App is declaring it's own UDID.
Why? What have I ...
0
votes
0answers
33 views
sql server uniqueidentifier comparison
I am writing a trigger and I have a problem with one select command which is supposed to compare uniqueidentifier. It returns null. How can I fix this
DECLARE @EmailTablePrimaryKey uniqueidentifier
...
0
votes
1answer
28 views
Cookies to hide multiple elements
I am trying to hide random multiple elements, so what I have done was given each a unique ID.
$(function() {
var left= $('#left'),
right = $('#right'),
heads = $('.maintitle'),
...
0
votes
0answers
30 views
How to implement pay app on google with purchase control
I'm trying to implements an andoird app and publish do Google Play.
In this case the user that bought the app will have 5 SMS to send. If the user wants more SMSs, he need to make an in-app purchase. ...
0
votes
1answer
66 views
Uniquely identify an instance of SQL Server 2008 R2 and their databases
I need to get the value, the best GUID, to uniquely identify an instance of SQL Server 2008 R2 and to uniquely identify a specific database on the server.
As for the specific database, I think that ...
0
votes
0answers
7 views
Comparing directory of files for common entries
I apologize in advance, I'm trying to teach myself python in my spare time since I was assigned this task. I am working on a way to examine a directory of thousands of files looking for common ...
1
vote
1answer
37 views
How to create an identity column within a lambda?
How can I make the expression add a counter (ID) that is 1,2,3,4 etc... ? I just want to have some unqiue key to identify the data
var query = data.Select(x =>
new DemoItemV1
...
0
votes
2answers
102 views
SQL Sever Java Compatible GUID / UUID (Big Endian UniqueIdentifier)
I am trying to convert a 128 bit binary to a uniqueidentifier in sql that is the same as in .net and java.
I know java uses big endians, so I would like to make that the base.
I can get the correct ...
0
votes
1answer
43 views
How do I encode numbers (0 to 10000) to a unique word of 5 letters?
I would need to know how to encode a number in a word of 5 letters;
It should not be known the sequence from the encoded letters;
I use VBA for excel.
For example
1 => AOPASE
2 => AOWPQL
839 => ...
6
votes
3answers
417 views
How to detect if any external libraries are calling [UIDevice currentDevice] uniqueIdentifier]?
So, since Apple is now rejecting apps that access UDID, on our company's current project, we need to eliminate all APIs that make a call to this property:
[[UIDevice currentDevice] uniqueIdentifier]
...
1
vote
0answers
146 views
How to migrate from ios UDID to identifierForVendor?
We are trying to think of a way to migrate our users from using UDID to identifierForVendor.
To migrate, we are thinking to submit an update before May 1st that uses both UDID and identifierForVendor ...
1
vote
1answer
105 views
How to generate unique id in Dart
I write websocket chat.
How to generate unique id for user?
now i use this code:
id = new DateTime.now().millisecondsSinceEpoch;
is there any more neat solution?
1
vote
2answers
62 views
Auto Id for wpf control
Is there a unique Id for a WPF control?
This Id needs to be permanent and not to be change if I rename the control name or change the position?
1
vote
0answers
21 views
make temporary socket
Some of our integration tests need to bind a service to a socket. This often conflicts with an actual service (e.g. a web service, or another instance of the test... using the same socket)
We have ...
1
vote
1answer
38 views
Checking Duplicate Row With Limited (no SELECT) Rights
Quick and dirty: I would like to check if a specific row already exists using only INSERT rights.
Explanation
I have restricted my database account to INSERT rights for security purposes. I realize ...
0
votes
2answers
27 views
Is an created NSButtonCell unique?
So, is the button identifiable?
I need to identify a cell-botton (Button Cell) in aNSTableView in order to detect if it was pressed already. The table can always change by user input. My bright idea ...
1
vote
0answers
65 views
Get back UniqueID after persist JPA
I have a uniqueID of date + sequence in Oracle. Example: 20130307-000021
My entity object uniqueID looks like this:
@Id
// @GeneratedValue
// @Basic(optional = false)
// @NotNull
// @Size(min = 1, ...
0
votes
2answers
426 views
iOS in-app purchase's receipt string explained
I try to understand the receipt information obtained from iTunes server, but could not find relevant documentation.
Particularly, what's the difference among unique_identifier, ...



