Skip to content

Commit

Permalink
Update appsflyer_ios.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
SalavatR authored Apr 25, 2024
1 parent 3533ed3 commit f751f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-appsflyer/src/appsflyer_ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int GetAppsFlyerUID(lua_State* L){
int GetIDFA(lua_State* L){
if([[ASIdentifierManager sharedManager] isAdvertisingTrackingEnabled]) {
NSUUID *identifier = [[ASIdentifierManager sharedManager] advertisingIdentifier];
lua_pushstring(L, [[identifier UUIDString] advertisingIdentifier]);
lua_pushstring(L, [[identifier UUIDString] UTF8String]);
}
lua_pushstring(L, "");
return 1;
Expand Down

0 comments on commit f751f0a

Please sign in to comment.